always use text color in top bar
This commit is contained in:
parent
2869d7ef50
commit
202a0e8dd7
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,15 @@ export default {
|
|||
alpha: 0.6
|
||||
}]
|
||||
}
|
||||
},
|
||||
{
|
||||
component: 'Link',
|
||||
parent: {
|
||||
component: 'TopBar'
|
||||
},
|
||||
directives: {
|
||||
textColor: '--text'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue