Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Change mobile drawer background to white (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Jul 21, 2023
1 parent 05b7d1f commit 19cca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/src/components/drawer/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const OVERFLOW_FRICTION = 4

export const useStyles = makeStyles(({ palette }) => ({
drawer: {
backgroundColor: palette.neutralLight10,
backgroundColor: palette.white,
position: 'absolute',
top: 0,
left: 0,
Expand Down

0 comments on commit 19cca4c

Please sign in to comment.