improve default button styles

This commit is contained in:
Henry Jameson 2024-02-21 12:33:43 +02:00
parent 900eb34186
commit 8a47069cee
1 changed files with 2 additions and 2 deletions

View File

@ -79,14 +79,14 @@ export default {
{
state: ['toggled'],
directives: {
background: '--accent,-24.2',
background: '--inheritedBackground,-24.2',
shadow: [buttonOuterShadow, ...inputInsetFakeBorders]
}
},
{
state: ['toggled', 'hover'],
directives: {
background: '--accent,-24.2',
background: '--inheritedBackground,-24.2',
shadow: [hoverGlow, ...inputInsetFakeBorders]
}
},