Skip to content

Commit 2f8af39

Browse files
committed
Merge pull request mui#1490 from oliviertassinari/patch-3
[theme] fix theme light
2 parents fd1cef7 + d5dfcb1 commit 2f8af39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/themes/light-theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ let LightTheme = {
7575
secondaryIconColor: Colors.white,
7676
},
7777
inkBar: {
78-
backgroundColor: Colors.yellow200,
78+
backgroundColor: palette.accent1Color,
7979
},
8080
leftNav: {
8181
width: spacing.desktopKeylineIncrement * 4,

0 commit comments

Comments
 (0)