diff --git a/package.json b/package.json index a7bc803..b150842 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/components/IconCircle.module.scss b/src/components/IconCircle.module.scss index 395b772..4661bb6 100644 --- a/src/components/IconCircle.module.scss +++ b/src/components/IconCircle.module.scss @@ -6,6 +6,7 @@ height: 64px; border-radius: 100%; border: 1px solid currentColor; + flex-shrink: 0; i { color: currentColor;