Optimize LoadingMask

This commit is contained in:
2023-09-07 18:11:39 +08:00
parent 9148ce234f
commit 45956673d2

View File

@@ -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
/>