bugfix: explicitly set topbar text color
This commit is contained in:
parent
dce33d2088
commit
6b9188b618
@ -77,12 +77,13 @@ const actionLogout = async () => {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
color: $text-primary-color;
|
color: $text-primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__actionbar {
|
&__actionbar {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
&__player,
|
&__player,
|
||||||
&__admin {
|
&__admin {
|
||||||
|
color: $text-primary-color;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user