Skip to content

Commit

Permalink
Make icon background transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAppeldoorn committed Sep 5, 2023
1 parent 2f94075 commit ee9dc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.31",
"version": "0.0.32",
"packageManager": "[email protected]",
"main": "./lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/atoms/Icon/index.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url("../../principles/icons.css");

.icon {
background: var(--bg-color-1);
background: transparent;
color: var(--font-color-1);
}

0 comments on commit ee9dc9e

Please sign in to comment.