always use text color in top bar

This commit is contained in:
Henry Jameson 2024-12-27 00:22:20 +02:00
parent 2869d7ef50
commit 202a0e8dd7

View file

@ -23,6 +23,15 @@ export default {
alpha: 0.6 alpha: 0.6
}] }]
} }
},
{
component: 'Link',
parent: {
component: 'TopBar'
},
directives: {
textColor: '--text'
}
} }
] ]
} }