diff --git a/src/components/spinner/index.tsx b/src/components/spinner/index.tsx index b27acee..9af173d 100644 --- a/src/components/spinner/index.tsx +++ b/src/components/spinner/index.tsx @@ -15,10 +15,10 @@ export const Spinner = ({ small = false }: SpinnerProps) => { return (
-
-
-
-
+
+
+
+
); };