Skip to content

Commit

Permalink
Merge pull request #34243 from yh-0218/issue/33134
Browse files Browse the repository at this point in the history
fix animation in One moment
  • Loading branch information
grgia authored Jan 16, 2024
2 parents 0710726 + 82217f9 commit 54b7f48
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 @@ -677,8 +677,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 54b7f48

Please sign in to comment.