diff --git a/src/modules/core/components/SpinnerImage.tsx b/src/modules/core/components/SpinnerImage.tsx index e1bef79b..c0230ea0 100644 --- a/src/modules/core/components/SpinnerImage.tsx +++ b/src/modules/core/components/SpinnerImage.tsx @@ -28,6 +28,7 @@ interface IProps { spinnerStyle?: SxProps & { small?: boolean }; imgStyle?: SxProps; + hideImgStyle?: Omit, 'accentColor'>; onLoad?: () => void; onError?: () => void; @@ -51,6 +52,7 @@ export const SpinnerImage = forwardRef((props: IProps, imgRef: ForwardedRef ); },