Update colors

pull/5756/head
Cagatay Civici 2024-05-11 19:05:58 +03:00
parent b878f16acd
commit 087ea35527
3 changed files with 5 additions and 5 deletions

View File

@ -76,12 +76,12 @@ export default {
colorScheme: {
light: {
root: {
background: '{surface.50}'
background: '{surface.100}'
}
},
dark: {
root: {
background: '{surface.950}'
background: '{surface.800}'
}
}
}

View File

@ -60,12 +60,12 @@ export default {
colorScheme: {
light: {
root: {
background: '{surface.50}'
background: '{surface.100}'
}
},
dark: {
root: {
background: '{surface.950}'
background: '{surface.800}'
}
}
}

View File

@ -27,7 +27,7 @@ export default {
colorScheme: {
light: {
header: {
background: '{surface.100}',
background: '{surface.50}',
color: '{text.color}'
}
},