refactor: use --bew-skeleton to represent the skeleton color

This commit is contained in:
Hakadao
2024-07-02 15:06:01 +08:00
parent e0b1a4f908
commit f86ee7e132
13 changed files with 44 additions and 35 deletions

View File

@@ -305,7 +305,7 @@ function isMusic(item: FavoriteResource) {
>
<picture
rounded="$bew-radius" style="box-shadow: 0 16px 24px -12px rgba(0, 0, 0, .36)"
aspect-video mb-4 bg="$bew-fill-2"
aspect-video mb-4 bg="$bew-skeleton"
>
<img
v-if="activatedCategoryCover" :src="removeHttpFromUrl(`${activatedCategoryCover}@480w_270h_1c`)"

View File

@@ -296,7 +296,7 @@ function jumpToLoginPage() {
<!-- Cover -->
<div
pos="relative"
bg="$bew-fill-4"
bg="$bew-skeleton"
w="full md:full lg:250px"
flex="shrink-0"
rounded="$bew-radius"

View File

@@ -171,7 +171,7 @@ function jumpToLoginPage() {
<!-- Cover -->
<div
pos="relative"
bg="$bew-fill-4"
bg="$bew-skeleton"
w="full md:full lg:250px"
flex="shrink-0"
rounded="$bew-radius"
@@ -331,7 +331,7 @@ function jumpToLoginPage() {
>
<picture
rounded="$bew-radius" style="box-shadow: 0 16px 24px -12px rgba(0, 0, 0, .36)"
aspect-video mb-4 bg="$bew-fill-2"
aspect-video mb-4 bg="$bew-skeleton"
>
<img
v-if="currentWatchLaterList[0]" :src="removeHttpFromUrl(`${currentWatchLaterList[0].pic}@480w_270h_1c`)"