Colors for Horizontal Menus

pull/5756/head
Cagatay Civici 2024-05-11 11:36:00 +03:00
parent 6c0edbffb1
commit a4dc67cf8e
2 changed files with 4 additions and 4 deletions

View File

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

View File

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