Skip to content

Commit

Permalink
fix: use correct key for tertiary background color
Browse files Browse the repository at this point in the history
* fix(components): fix demo theme tertiary dark color

* chore: add ds_store to gitignore
  • Loading branch information
niebuhrhood authored and marionebl committed May 24, 2018
1 parent 112468f commit 3eebbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@ node_modules
.serverless
package-lock.json
.yarn-metadata.json
.DS_Store

# boilerplate-server based apps
/packages/**/yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/themes/demo.js
Expand Up @@ -40,7 +40,7 @@ module.exports = {
// Dark context colors
colorBackgroundDark: "rgb(8, 15, 23)",
colorBackgroundSecondaryDark: "rgb(11, 23, 34)",
colorBackgroundSecondaryTertiaryDark: "rgb(11, 23, 34)",
colorBackgroundTertiaryDark: "rgb(11, 23, 34)",
colorBorderDark: "rgb(11, 23, 34)",
colorTextDark: "rgb(242, 242, 242)",
colorRecessDark: "rgb(153, 153, 153)",
Expand Down

0 comments on commit 3eebbc7

Please sign in to comment.