Custom style for menubar lara

pull/5756/head
Cagatay Civici 2024-05-11 10:39:15 +03:00
parent aaa8105a29
commit fe7ec96f47
2 changed files with 15 additions and 4 deletions

View File

@ -4,7 +4,7 @@ export default {
borderColor: '{content.border.color}',
borderRadius: '{content.border.radius}',
color: '{content.color}',
padding: '0.5rem 0.5rem',
padding: '0.5rem 0.75rem',
gap: '0.5rem'
},
baseItem: {

View File

@ -1,11 +1,10 @@
export default {
root: {
background: '{content.background}',
borderColor: '{content.border.color}',
borderColor: 'transparent',
borderRadius: '{content.border.radius}',
color: '{content.color}',
gap: '0.5rem',
padding: '0.75rem 0.75rem'
padding: '0.75rem 1rem'
},
baseItem: {
borderRadius: '{content.border.radius}',
@ -57,5 +56,17 @@ export default {
offset: '{focus.ring.offset}',
shadow: '{focus.ring.shadow}'
}
},
colorScheme: {
light: {
root: {
background: '{surface.100}'
}
},
dark: {
root: {
background: '{surface.800}'
}
}
}
};