update(ui): re-manage theme config
This commit is contained in:
parent
d46a844df8
commit
a5978d544c
17 changed files with 73 additions and 47 deletions
|
@ -1,9 +1,9 @@
|
|||
const MessageBoxLoading = () => {
|
||||
return (
|
||||
<div className="flex flex-col space-y-2 w-full lg:w-9/12 bg-primaryLight dark:bg-primaryDark animate-pulse rounded-lg p-3">
|
||||
<div className="h-2 rounded-full w-full bg-secondLight dark:bg-secondDark" />
|
||||
<div className="h-2 rounded-full w-9/12 bg-secondLight dark:bg-secondDark" />
|
||||
<div className="h-2 rounded-full w-10/12 bg-secondLight dark:bg-secondDark" />
|
||||
<div className="flex flex-col space-y-2 w-full lg:w-9/12 bg-light-primary dark:bg-dark-primary animate-pulse rounded-lg p-3">
|
||||
<div className="h-2 rounded-full w-full bg-light-secondary dark:bg-dark-secondary" />
|
||||
<div className="h-2 rounded-full w-9/12 bg-light-secondary dark:bg-dark-secondary" />
|
||||
<div className="h-2 rounded-full w-10/12 bg-light-secondary dark:bg-dark-secondary" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue