commit: 202a0e8dd730ec3f6ad054272c83667cd89cebdc
parent 2869d7ef5028f086859a8b24246c6e242911f435
Author: Henry Jameson <me@hjkos.com>
Date: Fri, 27 Dec 2024 00:22:20 +0200
always use text color in top bar
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/components/top_bar.style.js b/src/components/top_bar.style.js
@@ -23,6 +23,15 @@ export default {
alpha: 0.6
}]
}
+ },
+ {
+ component: 'Link',
+ parent: {
+ component: 'TopBar'
+ },
+ directives: {
+ textColor: '--text'
+ }
}
]
}