Skip to content

Commit

Permalink
fix: fix compose bottom nav style (#6313)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillySh1 authored May 19, 2022
1 parent 6ea16e7 commit 83a6130
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const useStyles = makeStyles()((theme) => ({
position: 'absolute',
bottom: 0,
width: '100%',
left: '50%',
transform: 'translateX(-50%)',
display: 'flex',
padding: '14px 16px',
boxSizing: 'border-box',
Expand All @@ -47,7 +49,6 @@ const useStyles = makeStyles()((theme) => ({
alignItems: 'center',
background: theme.palette.background.paper,
boxShadow: `0px 0px 20px 0px ${theme.palette.background.messageShadow}`,
transform: 'translateX(-16px)',
},
between: {
justifyContent: 'space-between',
Expand Down

0 comments on commit 83a6130

Please sign in to comment.