Skip to content

Commit

Permalink
Update chip top/bottom padding (#11652)
Browse files Browse the repository at this point in the history
Co-authored-by: Yoni K <[email protected]>
  • Loading branch information
yonikid15 and Yoni K authored Sep 27, 2024
1 parent 7d48ed6 commit a0f1b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Chip/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Chip = ({
data-h2-display="base(inline-flex)"
data-h2-font-size="base(caption)"
data-h2-font-weight="base(700)"
data-h2-padding="base(x.15 x.5)"
data-h2-padding="base(x.05 x.5)"
data-h2-radius="base(m)"
{...(onDismiss && {
className: "Chip Chip--dismissible",
Expand Down

0 comments on commit a0f1b46

Please sign in to comment.