From 70c105e77636b4e0f30525351fe304339df0d3da Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Fri, 2 Feb 2024 02:59:07 +0100 Subject: [PATCH] UPD: BG Colors --- src/App.vue | 4 ++-- src/components/config/ConfigPane.vue | 2 +- src/components/profile/ProfileButton.vue | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0af71ea..a221b76 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,10 +27,10 @@ onMounted(() => {
+ class="basis-1/3 min-w-60 flex-1 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" /> + class="flex-1 basis-2/5 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" />

diff --git a/src/components/profile/ProfileButton.vue b/src/components/profile/ProfileButton.vue index 38e9fd2..90a35f1 100644 --- a/src/components/profile/ProfileButton.vue +++ b/src/components/profile/ProfileButton.vue @@ -12,7 +12,7 @@ onfocus="this.select()" :placeholder="$t('profiles.name_placeholder')" class="flex-1 pl-6 h-full bg-transparent focus-visible:ring-0 focus-visible:outline-none min-w-0" :class="{'font-semibold bg-zinc-200 hover:bg-zinc-100 text-black' : selected, - 'hover:bg-zinc-900 bg-opacity-50 text-white': !selected}" + 'hover:bg-zinc-900 bg-opacity-50 text-muted-foreground': !selected}" @blur="onNameInputBlur">