diff --git a/src/components/top_bar.style.js b/src/components/top_bar.style.js index 46b3fb562..20181adc0 100644 --- 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' + } } ] }