Skip to content

Commit 39d5947

Browse files
committed
Fix IconCircle flex shrink issue
1 parent 664893b commit 39d5947

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@near-pagoda/ui",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A React component library that implements the official NEAR design system.",
55
"license": "MIT",
66
"repository": {

src/components/IconCircle.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
height: 64px;
77
border-radius: 100%;
88
border: 1px solid currentColor;
9+
flex-shrink: 0;
910

1011
i {
1112
color: currentColor;

0 commit comments

Comments
 (0)