@@ -149,9 +149,9 @@ const Button: FC<IButtonProps> = ({
return <Loading
{...iconProps}
- style={[
- loadingDynamicStyle
- ]}
+ style={{
+ ...loadingDynamicStyle
+ }}
/>;
}
@@ -184,9 +184,9 @@ const CheckBox: FC<ICheckBoxProps> = ({
const renderCheckIndicator = () => {
if (isLoading) {
@@ -125,9 +125,9 @@ const HighlightButton: FC<IHighlightButtonProps> = ({
@@ -128,9 +128,9 @@ const NotificationIndicator: FC<INotificationIndicatorProps> = ({
@@ -179,9 +179,9 @@ const RadioButton: FC<IRadioButtonProps> = ({
const renderIndicatorContainer = () => {
@@ -194,9 +194,9 @@ const Switch: FC<ISwitchProps> = ({