Skip to content

Commit

Permalink
improve badge styling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkraus committed Dec 18, 2023
1 parent f7524fa commit e1f2d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/src/components/Badge.postcss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! @fronntui/styles NNBadge */
.nn-badge {
display: inline-flex;
padding: 0.1rem 0.375rem;
padding: 0.0625rem 0.25rem;
border-radius: var(--nn-border-radius-lg);
line-height: 1.4;
background: var(--nn-color-primary-500);
font-size: var(--nn-font-size-xs);
font-size: 0.5rem;
color: white;
letter-spacing: 0.03em;
border: 2px solid white;
Expand Down

0 comments on commit e1f2d57

Please sign in to comment.