Skip to content

Commit

Permalink
fix animation in One moment
Browse files Browse the repository at this point in the history
  • Loading branch information
yh-0218 committed Jan 10, 2024
1 parent 76e5b1c commit 82217f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,11 @@ const styles = (theme: ThemeColors) =>
},

loadingVBAAnimation: {
width: 140,
height: 140,
width: '100%',
},

loadingVBAAnimationWeb: {
width: '100%',
},

pickerSmall: (backgroundColor = theme.highlightBG) =>
Expand Down

0 comments on commit 82217f9

Please sign in to comment.