Skip to content

Commit a493d7e

Browse files
committed
Change the default button spinner color to white
1 parent 8d62add commit a493d7e

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
@@ -66,8 +66,8 @@ export function ButtonSpinner() {
6666
<Spinner
6767
className="size-3"
6868
color={{
69-
foreground: "rgba(0, 0, 0, 1)",
70-
background: "rgba(0, 0, 0, 0.25)",
69+
background: "rgba(255, 255, 255, 0.4)",
70+
foreground: "rgba(255, 255, 255)",
7171
}}
7272
/>
7373
);

0 commit comments

Comments
 (0)