Skip to content

Commit

Permalink
Fix IconCircle flex shrink issue
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Jan 10, 2025
1 parent 664893b commit 39d5947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-pagoda/ui",
"version": "3.0.2",
"version": "3.0.3",
"description": "A React component library that implements the official NEAR design system.",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/components/IconCircle.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
height: 64px;
border-radius: 100%;
border: 1px solid currentColor;
flex-shrink: 0;

i {
color: currentColor;
Expand Down

0 comments on commit 39d5947

Please sign in to comment.