Skip to content

Commit

Permalink
Remove margin from button
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAppeldoorn committed Sep 8, 2023
1 parent 8cca5de commit ed03725
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.33",
"version": "0.0.34",
"packageManager": "[email protected]",
"main": "./lib/index.js",
"exports": {
Expand Down
1 change: 0 additions & 1 deletion src/atoms/Button/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
appearance: none;

width: max-content;
margin: var(--margin-level-1) var(--margin-level-3);
border: .1rem solid transparent;
border-radius: var(--radii-level-1);
padding: var(--padding-level-2) var(--padding-level-5);
Expand Down

0 comments on commit ed03725

Please sign in to comment.