Skip to content
Prev Previous commit
Next Next commit
Make Spinner to looks more closer to the design
Co-authored-by: Jaayden Halko <jaayden.halko@gmail.com>
  • Loading branch information
BrunoQuaresma and jaaydenh authored Jan 2, 2025
commit a901ab6db88d1c9bfb2d37bb458a6d689edd3898
10 changes: 5 additions & 5 deletions site/src/components/Spinner/Spinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ export function Spinner({
return (
<rect
key={i}
x="11.5"
y="3"
width="1.5"
height="4"
rx="0.5"
x="10.9"
y="2"
width="2"
height="5.5"
rx="1"
// 0.8 = leaves * 0.1
className={
isChromatic() ? "" : "animate-[loading_0.8s_ease-in-out_infinite]"
Expand Down
Loading