Skip to content

Commit

Permalink
Adjusted border radius for small <Badge>
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Nov 11, 2024
1 parent 349f25b commit c523e6e
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": "2.0.7",
"version": "2.0.8",
"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/Badge.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
min-width: 16px;
line-height: 16px;
padding: 0 3px;
border-radius: 3px;

.icon {
width: 10px;
Expand Down

0 comments on commit c523e6e

Please sign in to comment.