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