transparent attachment buttons

This commit is contained in:
Henry Jameson 2025-08-14 10:43:37 +03:00
commit f7fca3a1ba
2 changed files with 20 additions and 8 deletions

View file

@ -52,6 +52,18 @@ export default {
roundness: 3
}
},
{
variant: 'danger',
directives: {
background: '--cRed'
}
},
{
variant: 'transparent',
directives: {
opacity: 0.5
}
},
{
state: ['hover'],
directives: {