Skip to content

Commit 07c8a7f

Browse files
committed
Merge branch 'bq/add-spinner-component' of https://github.com/coder/coder into bq/add-spinner-component
2 parents 9561e20 + a901ab6 commit 07c8a7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/src/components/Spinner/Spinner.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ export function Spinner({
5555
return (
5656
<rect
5757
key={i}
58-
x="11.5"
59-
y="3"
60-
width="1.5"
61-
height="4"
62-
rx="0.5"
58+
x="10.9"
59+
y="2"
60+
width="2"
61+
height="5.5"
62+
rx="1"
6363
// 0.8 = leaves * 0.1
6464
className={
6565
isChromatic() ? "" : "animate-[loading_0.8s_ease-in-out_infinite]"

0 commit comments

Comments
 (0)