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