Skip to content

Commit

Permalink
fix(@kadena/react-ui): Fixed tag component padding
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmguo authored Oct 12, 2023
2 parents 5ed7901 + e36fe43 commit ed6721e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/cool-moles-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 1 addition & 2 deletions packages/libs/react-ui/src/components/Tag/Tag.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export const tagClass = style([
backgroundColor: '$neutral1',
color: '$neutral6',
borderRadius: '$xs',
paddingY: '$1',
paddingRight: '$1',
padding: '$1',
display: 'inline-flex',
alignItems: 'center',
}),
Expand Down

1 comment on commit ed6721e

@vercel
Copy link

@vercel vercel bot commented on ed6721e Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-ui – ./packages/libs/react-ui

react-ui-git-main-kadena-js.vercel.app
react-ui-kadena-js.vercel.app
react-ui.kadena.io
react-ui-delta.vercel.app

Please sign in to comment.