Optimize LoadingMask
This commit is contained in:
@@ -7,7 +7,7 @@ const LoadingMask: React.FC = () => {
|
|||||||
const loadingIcon = (
|
const loadingIcon = (
|
||||||
<>
|
<>
|
||||||
<Icon
|
<Icon
|
||||||
component={IconFatwebLoading as React.ComponentType}
|
component={IconFatwebLoading}
|
||||||
style={{ fontSize: 24, color: COLOR_FONT_MAIN }}
|
style={{ fontSize: 24, color: COLOR_FONT_MAIN }}
|
||||||
spin
|
spin
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user