Skip to content

Commit

Permalink
fix(sidebar): remove border on mobile/tablet
Browse files Browse the repository at this point in the history
Signed-off-by: Machiko Yasuda <[email protected]>
  • Loading branch information
Machiko Yasuda committed Aug 22, 2019
1 parent cf7dab8 commit 8aabab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/src/theme/defaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,15 @@ export const rawMuiTheme = {
width: drawerWidth
},
paperAnchorLeft: {
borderRight: "none",
border: "none",
backgroundColor: colors.darkBlue500,
color: colors.black15
},
paperAnchorDockedLeft: {
borderRight: "none"
border: "none"
},
paperAnchorRight: {
borderLeft: "none",
border: "none",
backgroundColor: colors.black02,
width: detailDrawerWidth
},
Expand Down

0 comments on commit 8aabab7

Please sign in to comment.