Skip to content

Commit 34932c0

Browse files
committed
Improved the dark style spinner
1 parent 529d885 commit 34932c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/components/primitives/Spinner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export function Spinner({
2626
foreground: "#3C4B62",
2727
},
2828
dark: {
29-
background: "#15171A",
30-
foreground: "#272A2E",
29+
background: "rgba(18, 19, 23, 0.35)",
30+
foreground: "#1A1B1F",
3131
},
3232
};
3333

0 commit comments

Comments
 (0)