From 96edc04072d5beee61b3266f75172e1666c7267e Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sat, 21 Dec 2024 23:07:54 +0800 Subject: [PATCH] chore: tweak styles --- src/contentScripts/views/Home/Home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contentScripts/views/Home/Home.vue b/src/contentScripts/views/Home/Home.vue index ab8c1244..2731136e 100644 --- a/src/contentScripts/views/Home/Home.vue +++ b/src/contentScripts/views/Home/Home.vue @@ -218,7 +218,7 @@ function toggleTabContentLoading(loading: boolean) { v-for="tab in currentTabs" :key="tab.page" :class="{ 'tab-activated': activatedPage === tab.page }" px-3 h-inherit - bg="transparent hover:$bew-fill-2" text="$bew-text-1" fw-bold rounded-full + bg="transparent hover:$bew-fill-2" text="$bew-text-2 hover:$bew-text-1" fw-bold rounded-full cursor-pointer duration-300 flex="~ gap-2 items-center shrink-0" relative @click="handleChangeTab(tab)" @@ -249,7 +249,7 @@ function toggleTabContentLoading(loading: boolean) { v-for="icon in gridLayoutIcons" :key="icon.value" :class="{ 'grid-layout-item-activated': gridLayout.home === icon.value }" flex="~ justify-center items-center" - h-full aspect-square text="$bew-text-1" + h-full aspect-square text="$bew-text-2 hover:$bew-text-1" rounded-full bg="hover:$bew-fill-2" duration-300 cursor-pointer @click="gridLayout.home = icon.value"