Skip to content

Commit

Permalink
fix: tabs: remove background from tabs (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold authored Apr 28, 2022
1 parent ef03763 commit 344889c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"analyze": "webpack --config webpack.dev.js --mode production --json > stats.json",
"prepublish": "yarn build",
"test": "jest",
"test:update": "jest -u",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|css|scss|md)\"",
"chromatic": "chromatic --exit-zero-on-changes",
Expand Down
2 changes: 0 additions & 2 deletions src/components/Tabs/tabs.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.tab-wrap {
--bg: var(--background-color);
--label: var(--text-secondary-color);
--active-label: var(--primary-color);
--active-bg: var(--background-color);
Expand All @@ -20,7 +19,6 @@
cursor: pointer;
padding: $space-s $space-m;
color: var(--label);
background-color: var(---bg);
align-items: center;
justify-content: center;
position: relative;
Expand Down

0 comments on commit 344889c

Please sign in to comment.