File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ export const styles = () => ({
249
249
darkSidebarIconsHover : "alias:darkSidebarText" ,
250
250
darkSidebarHeading : "alias:darkSidebarText opacity:0.3" ,
251
251
252
-
252
+ darkListSkeletLoader : "#374151" ,
253
253
darkList : "#111111" ,
254
254
darkListTable : "#1f2937" ,
255
255
darkListTableHeading : "#374151" ,
Original file line number Diff line number Diff line change 7
7
<div role =" status" v-if =" !resource || !resource.columns"
8
8
class =" max-w p-4 space-y-4 divide-y divide-gray-200 rounded shadow animate-pulse dark:divide-gray-700 md:p-6 dark:border-gray-700" >
9
9
<div role =" status" class =" max-w-sm animate-pulse" >
10
- <div class =" h-2 lightListSkeletLoader rounded-full dark:bg-gray-700 max-w-[360px]" ></div >
10
+ <div class =" h-2 bg- lightListSkeletLoader rounded-full dark:bg-darkListSkeletLoader max-w-[360px]" ></div >
11
11
</div >
12
12
</div >
13
13
<table v-else class =" w-full text-sm text-left rtl:text-right text-lightListTableText dark:text-darkListTableText rounded-default" >
You can’t perform that action at this time.
0 commit comments