From 18a7c1e6f0ca7d503c3e610f5a44a66a7af9ab30 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Fri, 9 Feb 2024 11:56:18 +0100 Subject: [PATCH] UPD: Styling --- src/components/config/ConfigPane.vue | 2 +- src/components/profile/ProfileManager.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/config/ConfigPane.vue b/src/components/config/ConfigPane.vue index 003dd8d..cf7698d 100644 --- a/src/components/config/ConfigPane.vue +++ b/src/components/config/ConfigPane.vue @@ -5,7 +5,7 @@ v-if="showTabs" v-model="configPage" :options="configPages" - class="p-2 border solid border-b"> + class="p-2 border solid border-b bg-zinc-900"> diff --git a/src/components/profile/ProfileManager.vue b/src/components/profile/ProfileManager.vue index 9c10521..b6c63c3 100644 --- a/src/components/profile/ProfileManager.vue +++ b/src/components/profile/ProfileManager.vue @@ -22,7 +22,7 @@