Skip to content

Commit

Permalink
Lighten mobile tab bar background purple more
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jun 14, 2017
1 parent cd07afc commit 7964301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/layouts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ module.exports = React.createClass({
right: 0,
height: rhythm(2.5),
// borderTop: `1px solid ${presets.purple}`,
background: presets.lightPurple,
background: presets.veryLightPurple,
fontFamily: typography.options.headerFontFamily.join(`,`),
[presets.Tablet]: {
display: `none`,
Expand Down
1 change: 1 addition & 0 deletions www/src/utils/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ module.exports = {
maxWidthWithSidebar: 26,
purple: `#744c9e`,
lightPurple: `#ede2fe`,
veryLightPurple: `#f5eefe`,
}

0 comments on commit 7964301

Please sign in to comment.