Skip to content

Commit

Permalink
Merge pull request #31310 from software-mansion-labs/fix-floating-act…
Browse files Browse the repository at this point in the history
…ion-button-size

Fix floating action button size
  • Loading branch information
stitesExpensify authored Nov 14, 2023
2 parents d7f4e3d + f80dad1 commit ce7422e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1362,8 +1362,8 @@ const styles = (theme: ThemeColors) =>

floatingActionButton: {
backgroundColor: theme.success,
height: variables.componentSizeNormal,
width: variables.componentSizeNormal,
height: variables.componentSizeLarge,
width: variables.componentSizeLarge,
borderRadius: 999,
alignItems: 'center',
justifyContent: 'center',
Expand Down

0 comments on commit ce7422e

Please sign in to comment.