We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad778a commit 1ac4c82Copy full SHA for 1ac4c82
1 file changed
packages/ui/src/loading.tsx
@@ -9,10 +9,10 @@ export function Waiting({
9
children?: ReactNode;
10
}) {
11
return !wait ? (
12
- <div className="w-full h-96 flex flex-col justify-center items-center mb-8 ani-show-fast">
13
- <ReactLoading type="cylon" color="#FC466B" />
+ <div className="w-full h-96 flex flex-col justify-center items-center mb-8 ani-show-fast text-theme">
+ <ReactLoading type="cylon" color="currentColor" />
14
</div>
15
) : (
16
<>{children}</>
17
);
18
-}
+}
0 commit comments