Skip to content

Commit

Permalink
fix(tag): increase left and right padding (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanfriedman authored May 14, 2019
1 parent 3d0e76e commit a40c9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
border: 1px solid $ray-color-black;
border-radius: $ray-border-radius;
display: inline;
padding: $ray-spacing-3xs $ray-spacing-2xs;
padding: $ray-spacing-3xs $ray-spacing-xs;
text-transform: uppercase;
font-weight: 400;
font-size: 0.875rem;
Expand Down

0 comments on commit a40c9df

Please sign in to comment.