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(() => {
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">