Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit bd28533

Browse files
committed
Use rem instead of px on Badge styles
1 parent a0d3022 commit bd28533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/visual-stack/src/components/Badge

packages/visual-stack/src/components/Badge/Badge.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
font-weight: 600;
33
font-size: 1rem;
44
line-height: 1rem;
5-
border-radius: 2px;
5+
border-radius: 0.2rem;
66
display: inline-block;
77
color: #ffffff;
8-
padding: 2px 4px;
8+
padding: 0.2rem 0.4rem;
99
text-align: center;
1010
text-transform: uppercase;
1111
width: fit-content;

0 commit comments

Comments
 (0)