Skip to content

Commit

Permalink
Remove opacity from label
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAppeldoorn committed Sep 13, 2023
1 parent 4f8f8ad commit bb3f51d
Show file tree
Hide file tree
Showing 2 changed files with 2 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.34",
"version": "0.0.35",
"packageManager": "[email protected]",
"main": "./lib/index.js",
"exports": {
Expand Down
4 changes: 1 addition & 3 deletions src/atoms/Label/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
text-indent: var(--spacing-level-2);
font-size: var(--font-size-xs);
font-family: var(--font-family);
color: var(--font-color-1);

opacity: 65%;
color: rgba(24, 36, 43, 0.65);
}

.disabled {
Expand Down

0 comments on commit bb3f51d

Please sign in to comment.