Skip to content

Commit

Permalink
Reduce MessageLockedButton size on profile screen (#3597)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan committed Jun 14, 2023
1 parent f4fa6f5 commit 28e157f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const messages = {
const useStyles = makeStyles(({ palette, spacing }) => ({
root: {
paddingHorizontal: 0,
height: spacing(8),
width: spacing(8),
height: spacing(7),
width: spacing(7),
marginRight: spacing(2),
borderColor: palette.neutralLight4,
opacity: 0.4
Expand Down

0 comments on commit 28e157f

Please sign in to comment.