refactor: rename --bew-filter-glass to --bew-filter-glass-1

This commit is contained in:
Hakadao
2024-03-10 13:25:13 -03:00
parent dd52392147
commit c13a56a203
17 changed files with 21 additions and 20 deletions

View File

@@ -179,7 +179,7 @@ function toggleTabContentLoading(loading: boolean) {
<li
v-for="tab in currentTabs" :key="tab.page"
:class="{ 'tab-activated': activatedPage === tab.page }"
style="backdrop-filter: var(--bew-filter-glass)"
style="backdrop-filter: var(--bew-filter-glass-1)"
px-4 lh-35px bg="$bew-elevated-1 hover:$bew-elevated-1-hover" rounded="$bew-radius"
cursor-pointer shadow="$bew-shadow-1" box-border border="1 $bew-border-color" duration-300
flex="~ gap-2 items-center"