better topbar consistency

This commit is contained in:
Henry Jameson 2024-12-30 20:41:38 +02:00
commit 5e098c1231
3 changed files with 13 additions and 8 deletions

View file

@ -32,6 +32,18 @@ export default {
directives: {
textColor: '--text'
}
},
{
component: 'Icon',
parent: {
component: 'ButtonUnstyled',
parent: {
component: 'TopBar'
}
},
directives: {
textColor: '--parent--text'
}
}
]
}