Skip to content

Commit 8aabab7

Browse files
author
Machiko Yasuda
committed
fix(sidebar): remove border on mobile/tablet
Signed-off-by: Machiko Yasuda <[email protected]>
1 parent cf7dab8 commit 8aabab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/src/theme/defaultTheme.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,15 +389,15 @@ export const rawMuiTheme = {
389389
width: drawerWidth
390390
},
391391
paperAnchorLeft: {
392-
borderRight: "none",
392+
border: "none",
393393
backgroundColor: colors.darkBlue500,
394394
color: colors.black15
395395
},
396396
paperAnchorDockedLeft: {
397-
borderRight: "none"
397+
border: "none"
398398
},
399399
paperAnchorRight: {
400-
borderLeft: "none",
400+
border: "none",
401401
backgroundColor: colors.black02,
402402
width: detailDrawerWidth
403403
},

0 commit comments

Comments
 (0)