mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
black-adjust
This commit is contained in:
parent
220fea107c
commit
8c7f5c1075
1 changed files with 5 additions and 5 deletions
|
|
@ -250,7 +250,7 @@ export const blackTheme = createTheme(color, {
|
||||||
ContainerHover: 'none',
|
ContainerHover: 'none',
|
||||||
ContainerActive: 'none',
|
ContainerActive: 'none',
|
||||||
ContainerLine: 'none',
|
ContainerLine: 'none',
|
||||||
OnContainer: 'none',
|
OnContainer: 'white',
|
||||||
},
|
},
|
||||||
|
|
||||||
SurfaceVariant: {
|
SurfaceVariant: {
|
||||||
|
|
@ -258,7 +258,7 @@ export const blackTheme = createTheme(color, {
|
||||||
ContainerHover: 'none',
|
ContainerHover: 'none',
|
||||||
ContainerActive: 'none',
|
ContainerActive: 'none',
|
||||||
ContainerLine: 'none',
|
ContainerLine: 'none',
|
||||||
OnContainer: 'none',
|
OnContainer: 'white',
|
||||||
},
|
},
|
||||||
|
|
||||||
Primary: {
|
Primary: {
|
||||||
|
|
@ -266,8 +266,8 @@ export const blackTheme = createTheme(color, {
|
||||||
MainHover: 'gray',
|
MainHover: 'gray',
|
||||||
MainActive: 'white',
|
MainActive: 'white',
|
||||||
MainLine: 'white',
|
MainLine: 'white',
|
||||||
OnMain: 'black',
|
OnMain: 'gray',
|
||||||
Container: 'black',
|
Container: 'none',
|
||||||
ContainerHover: 'gray',
|
ContainerHover: 'gray',
|
||||||
ContainerActive: 'white',
|
ContainerActive: 'white',
|
||||||
ContainerLine: 'white',
|
ContainerLine: 'white',
|
||||||
|
|
@ -284,7 +284,7 @@ export const blackTheme = createTheme(color, {
|
||||||
ContainerHover: 'none',
|
ContainerHover: 'none',
|
||||||
ContainerActive: 'none',
|
ContainerActive: 'none',
|
||||||
ContainerLine: 'none',
|
ContainerLine: 'none',
|
||||||
OnContainer: 'none',
|
OnContainer: 'white',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue