Custom style for menubar lara
parent
aaa8105a29
commit
fe7ec96f47
|
@ -4,7 +4,7 @@ export default {
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
borderRadius: '{content.border.radius}',
|
borderRadius: '{content.border.radius}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0.5rem 0.5rem',
|
padding: '0.5rem 0.75rem',
|
||||||
gap: '0.5rem'
|
gap: '0.5rem'
|
||||||
},
|
},
|
||||||
baseItem: {
|
baseItem: {
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
export default {
|
export default {
|
||||||
root: {
|
root: {
|
||||||
background: '{content.background}',
|
borderColor: 'transparent',
|
||||||
borderColor: '{content.border.color}',
|
|
||||||
borderRadius: '{content.border.radius}',
|
borderRadius: '{content.border.radius}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
padding: '0.75rem 0.75rem'
|
padding: '0.75rem 1rem'
|
||||||
},
|
},
|
||||||
baseItem: {
|
baseItem: {
|
||||||
borderRadius: '{content.border.radius}',
|
borderRadius: '{content.border.radius}',
|
||||||
|
@ -57,5 +56,17 @@ export default {
|
||||||
offset: '{focus.ring.offset}',
|
offset: '{focus.ring.offset}',
|
||||||
shadow: '{focus.ring.shadow}'
|
shadow: '{focus.ring.shadow}'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
colorScheme: {
|
||||||
|
light: {
|
||||||
|
root: {
|
||||||
|
background: '{surface.100}'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
dark: {
|
||||||
|
root: {
|
||||||
|
background: '{surface.800}'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue