Update colors
parent
b878f16acd
commit
087ea35527
|
@ -76,12 +76,12 @@ export default {
|
|||
colorScheme: {
|
||||
light: {
|
||||
root: {
|
||||
background: '{surface.50}'
|
||||
background: '{surface.100}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
root: {
|
||||
background: '{surface.950}'
|
||||
background: '{surface.800}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,12 +60,12 @@ export default {
|
|||
colorScheme: {
|
||||
light: {
|
||||
root: {
|
||||
background: '{surface.50}'
|
||||
background: '{surface.100}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
root: {
|
||||
background: '{surface.950}'
|
||||
background: '{surface.800}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ export default {
|
|||
colorScheme: {
|
||||
light: {
|
||||
header: {
|
||||
background: '{surface.100}',
|
||||
background: '{surface.50}',
|
||||
color: '{text.color}'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue