Skip to content

Commit

Permalink
[theme] fix theme light
Browse files Browse the repository at this point in the history
Was change accidentally by 4c13c4d `Upgraded Docs site to use Tabs instead of Left Nav`.
  • Loading branch information
oliviertassinari committed Aug 24, 2015
1 parent 0968696 commit d5dfcb1
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 d5dfcb1

Please sign in to comment.