Skip to content

Commit

Permalink
Merge pull request #1490 from oliviertassinari/patch-3
Browse files Browse the repository at this point in the history
[theme] fix theme light
  • Loading branch information
Hai Nguyen committed Aug 24, 2015
2 parents fd1cef7 + d5dfcb1 commit 2f8af39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/themes/light-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let LightTheme = {
secondaryIconColor: Colors.white,
},
inkBar: {
backgroundColor: Colors.yellow200,
backgroundColor: palette.accent1Color,
},
leftNav: {
width: spacing.desktopKeylineIncrement * 4,
Expand Down

0 comments on commit 2f8af39

Please sign in to comment.