Skip to content

Commit

Permalink
Update selectors in Button component
Browse files Browse the repository at this point in the history
  • Loading branch information
sandercamp committed Sep 5, 2023
1 parent ee9dc9e commit 8cca5de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sandercamp/ui-components",
"author": "Sander Camp",
"license": "MIT",
"version": "0.0.32",
"version": "0.0.33",
"packageManager": "[email protected]",
"main": "./lib/index.js",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions src/atoms/Button/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
font-family: var(--font-family);
}

.button.primary {
.primary {
background: var(--brand-color-2);

color: var(--font-color-2);
}

.button.secondary {
.secondary {
background: var(--brand-color-1);

color: var(--font-color-2);
}

.button.tertiary {
.tertiary {
border-color: var(--brand-color-1);

background: transparent;
Expand Down

0 comments on commit 8cca5de

Please sign in to comment.