mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix invalid spinner props
This commit is contained in:
@@ -22,7 +22,10 @@ export const Spinner = ({ ...props }: SpinnerProps) => {
|
|||||||
h="100%"
|
h="100%"
|
||||||
w="100%"
|
w="100%"
|
||||||
>
|
>
|
||||||
<SpinnerIcon {...props} />
|
<SpinnerIcon
|
||||||
|
color={props.color}
|
||||||
|
size={props.size}
|
||||||
|
/>
|
||||||
</Center>
|
</Center>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user