From 82217f9a443a9918c230a9e21b921e0f91b8dad6 Mon Sep 17 00:00:00 2001 From: yh-0218 Date: Wed, 10 Jan 2024 16:57:02 +0200 Subject: [PATCH] fix animation in One moment --- src/styles/index.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index a6ac2e269eb0..8c01dc39b632 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -673,8 +673,11 @@ const styles = (theme: ThemeColors) => }, loadingVBAAnimation: { - width: 140, - height: 140, + width: '100%', + }, + + loadingVBAAnimationWeb: { + width: '100%', }, pickerSmall: (backgroundColor = theme.highlightBG) =>