Skip to content

Commit

Permalink
fix: To Chip Sizing for Font Scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
sternetj committed May 20, 2024
1 parent b7e80a7 commit 17fe68b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/screens/ComposeMessageScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,8 @@ const defaultStyles = createStyles('ComposeMessageScreen', (theme) => ({
},
chipView: {
marginLeft: theme.spacing.tiny,
marginVertical: 2,
marginVertical: 4,
backgroundColor: theme.colors.primary,
maxHeight: 30,
},
chipText: {
color: theme.colors.surface,
Expand All @@ -291,7 +290,7 @@ const defaultStyles = createStyles('ComposeMessageScreen', (theme) => ({
color: theme.colors.surface,
justifyContent: 'center',
paddingLeft: 6,
marginTop: -2,
marginTop: -6.5,
marginRight: -4,
height: '100%',
},
Expand Down

0 comments on commit 17fe68b

Please sign in to comment.