improve visibilty of attachment buttons

This commit is contained in:
Henry Jameson 2025-08-15 10:03:34 +03:00
commit 7b2f3b648a
2 changed files with 24 additions and 0 deletions

View file

@ -64,6 +64,26 @@ export default {
opacity: 0.5
}
},
{
component: 'Text',
parent: {
component: 'Button',
variant: 'transparent'
},
directives: {
textColor: '--text'
}
},
{
component: 'Icon',
parent: {
component: 'Button',
variant: 'transparent'
},
directives: {
textColor: '--text'
}
},
{
state: ['hover'],
directives: {