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 8d62add commit a493d7eCopy full SHA for a493d7e
1 file changed
apps/webapp/app/components/primitives/Spinner.tsx
@@ -66,8 +66,8 @@ export function ButtonSpinner() {
66
<Spinner
67
className="size-3"
68
color={{
69
- foreground: "rgba(0, 0, 0, 1)",
70
- background: "rgba(0, 0, 0, 0.25)",
+ background: "rgba(255, 255, 255, 0.4)",
+ foreground: "rgba(255, 255, 255)",
71
}}
72
/>
73
);
0 commit comments