File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
<div
3
3
role =" status" class =" max-w-sm animate-pulse"
4
4
>
5
- <div class =" h-2.5 bg-gray-200 rounded-full dark:bg-gray-700 w-48 mb-4" ></div >
6
- <div class =" h-2 bg-gray-200 rounded-full dark:bg-gray-700 max-w-[360px] mb-2.5" ></div >
7
- <div class =" h-2 bg-gray-200 rounded-full dark:bg-gray-700 mb-2.5" ></div >
8
- <div class =" h-2 bg-gray-200 rounded-full dark:bg-gray-700 max-w-[330px] mb-2.5" ></div >
9
- <div class =" h-2 bg-gray-200 rounded-full dark:bg-gray-700 max-w-[300px] mb-2.5" ></div >
10
- <div class =" h-2 bg-gray-200 rounded-full dark:bg-gray-700 max-w-[360px]" ></div >
5
+ <div class =" h-2.5 bg-lightSkeletonBackgroundColor rounded-full dark:bg-darkSkeletonBackgroundColor w-48 mb-4" ></div >
6
+ <div class =" h-2 bg-lightSkeletonBackgroundColor rounded-full dark:bg-darkSkeletonBackgroundColor max-w-[360px] mb-2.5" ></div >
7
+ <div class =" h-2 bg-lightSkeletonBackgroundColor rounded-full dark:bg-darkSkeletonBackgroundColor mb-2.5" ></div >
8
+ <div class =" h-2 bg-lightSkeletonBackgroundColor rounded-full dark:bg-darkSkeletonBackgroundColor max-w-[330px] mb-2.5" ></div >
9
+ <div class =" h-2 bg-lightSkeletonBackgroundColor rounded-full dark:bg-darkSkeletonBackgroundColor max-w-[300px] mb-2.5" ></div >
10
+ <div class =" h-2 bg-lightSkeletonBackgroundColor rounded-full dark:bg-darkSkeletonBackgroundColor max-w-[360px]" ></div >
11
11
<span class =" sr-only" >{{ $t('Loading...') }}</span >
12
12
</div >
13
13
</template >
Original file line number Diff line number Diff line change 12
12
: '']"
13
13
>
14
14
<div role =" status" class =" max-w-sm animate-pulse" >
15
- <div class =" h-2 bg-gray-200 rounded-full dark:bg-gray-700 max-w-[360px]" ></div >
15
+ <div class =" h-2 bg-lightSkeletonBackgroundColor rounded-full dark:bg-darkSkeletonBackgroundColor max-w-[360px]" ></div >
16
16
</div >
17
17
</td >
18
18
</tr >
You can’t perform that action at this time.
0 commit comments