diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue index 2fa77258cf..bb2c10be75 100644 --- a/apps/frontend/src/layouts/default.vue +++ b/apps/frontend/src/layouts/default.vue @@ -97,7 +97,7 @@ size="sm" :class=" route.path.startsWith('/discover/mods') - ? '!bg-[var(--color-button-bg-selected)] !text-[var(--color-button-text-selected)] [&>svg]:!text-[var(--color-button-icon-selected)]' + ? '!bg-[var(--color-button-bg-selected)] !text-[var(--color-button-text-selected)] [&>svg]:!text-[var(--color-button-text-selected)]' : route.path.startsWith('/mod/') ? '!bg-[var(--color-button-bg)] !text-contrast' : '' @@ -112,7 +112,7 @@ size="sm" :class=" route.path.startsWith('/discover/resourcepacks') - ? '!bg-[var(--color-button-bg-selected)] !text-[var(--color-button-text-selected)] [&>svg]:!text-[var(--color-button-icon-selected)]' + ? '!bg-[var(--color-button-bg-selected)] !text-[var(--color-button-text-selected)] [&>svg]:!text-[var(--color-button-text-selected)]' : route.path.startsWith('/resourcepack/') ? '!bg-[var(--color-button-bg)] !text-contrast' : '' @@ -127,7 +127,7 @@ size="sm" :class=" route.path.startsWith('/discover/datapacks') - ? '!bg-[var(--color-button-bg-selected)] !text-[var(--color-button-text-selected)] [&>svg]:!text-[var(--color-button-icon-selected)]' + ? '!bg-[var(--color-button-bg-selected)] !text-[var(--color-button-text-selected)] [&>svg]:!text-[var(--color-button-text-selected)]' : route.path.startsWith('/datapack/') ? '!bg-[var(--color-button-bg)] !text-contrast' : '' @@ -138,11 +138,11 @@