Skip to content

Commit

Permalink
fix the svg of the site-socials component
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasWorker committed Feb 10, 2024
1 parent 86d5e7b commit 8804f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"atomico": "^1.75.1"
},
"devDependencies": {
"@atomico/exports": "^1.13.1",
"@atomico/exports": "^1.13.2",
"@atomico/postcss-tokens": "^3.4.5",
"@atomico/run": "^0.14.1",
"@atomico/scaffold": "latest",
Expand Down
4 changes: 2 additions & 2 deletions src/site-socials/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ siteSocials.styles = [
cursor: pointer;
}
.link svg {
width: 50%;
height: 50%;
width: 0.875rem;
height: 0.875rem;
}
.link svg * {
fill: currentColor;
Expand Down

0 comments on commit 8804f07

Please sign in to comment.