From d5dfcb1066121d322ff6a8c1f15c7ae61251d276 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 24 Aug 2015 09:48:52 +0100 Subject: [PATCH] [theme] fix theme light Was change accidentally by 4c13c4d84f346b5633f274e4865b29f0fa3118a9 `Upgraded Docs site to use Tabs instead of Left Nav`. --- src/styles/themes/light-theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/themes/light-theme.js b/src/styles/themes/light-theme.js index fc1c167454f0e2..f35c20163758da 100644 --- a/src/styles/themes/light-theme.js +++ b/src/styles/themes/light-theme.js @@ -75,7 +75,7 @@ let LightTheme = { secondaryIconColor: Colors.white, }, inkBar: { - backgroundColor: Colors.yellow200, + backgroundColor: palette.accent1Color, }, leftNav: { width: spacing.desktopKeylineIncrement * 4,