mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 14:30: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',
|
||||
ContainerActive: 'none',
|
||||
ContainerLine: 'none',
|
||||
OnContainer: 'none',
|
||||
OnContainer: 'white',
|
||||
},
|
||||
|
||||
SurfaceVariant: {
|
||||
|
|
@ -258,7 +258,7 @@ export const blackTheme = createTheme(color, {
|
|||
ContainerHover: 'none',
|
||||
ContainerActive: 'none',
|
||||
ContainerLine: 'none',
|
||||
OnContainer: 'none',
|
||||
OnContainer: 'white',
|
||||
},
|
||||
|
||||
Primary: {
|
||||
|
|
@ -266,8 +266,8 @@ export const blackTheme = createTheme(color, {
|
|||
MainHover: 'gray',
|
||||
MainActive: 'white',
|
||||
MainLine: 'white',
|
||||
OnMain: 'black',
|
||||
Container: 'black',
|
||||
OnMain: 'gray',
|
||||
Container: 'none',
|
||||
ContainerHover: 'gray',
|
||||
ContainerActive: 'white',
|
||||
ContainerLine: 'white',
|
||||
|
|
@ -284,7 +284,7 @@ export const blackTheme = createTheme(color, {
|
|||
ContainerHover: 'none',
|
||||
ContainerActive: 'none',
|
||||
ContainerLine: 'none',
|
||||
OnContainer: 'none',
|
||||
OnContainer: 'white',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue