menu-item improvements

This commit is contained in:
Henry Jameson 2024-02-11 23:11:28 +02:00
commit 98f972e557
16 changed files with 209 additions and 251 deletions

View file

@ -7,12 +7,21 @@ export default {
'Icon',
'Button',
'Input',
'PanelHeader'
'PanelHeader',
'MenuItem'
],
defaultRules: [
{
directives: {
background: '--bg'
background: '--bg',
shadow: [{
x: 1,
y: 1,
blur: 4,
spread: 0,
color: '#000000',
alpha: 0.6
}]
}
}
]