diff --git a/package.json b/package.json index b345d3074..a0c3cc702 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/Tabs/tabs.module.scss b/src/components/Tabs/tabs.module.scss index c0978e39a..d43f77698 100644 --- a/src/components/Tabs/tabs.module.scss +++ b/src/components/Tabs/tabs.module.scss @@ -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); @@ -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;