diff --git a/client/src/components/TopBar.vue b/client/src/components/TopBar.vue index 6ccfa96..064a33b 100644 --- a/client/src/components/TopBar.vue +++ b/client/src/components/TopBar.vue @@ -77,12 +77,13 @@ const actionLogout = async () => { text-align: center; color: $text-primary-color; } - + &__actionbar { flex-grow: 1; &__player, &__admin { + color: $text-primary-color; font-size: 24px; text-align: center; }