Skip to content

Commit

Permalink
fix(badge): centers text inside badge (VIV-1824) (#1841)
Browse files Browse the repository at this point in the history
chore: centers text inside badge

Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home>
  • Loading branch information
TaylorJ76 and James Taylor authored Jul 8, 2024
1 parent 5afde52 commit 8be57da
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/components/src/lib/badge/badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
display: inline-flex;
box-sizing: border-box;
align-items: center;
justify-content: center;
background-color: var(#{appearance.get-appearance-token(fill)});
block-size: var(#{variables.$badge-block-size});
box-shadow: inset 0 0 0 1px var(#{appearance.get-appearance-token(outline)});
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8be57da

Please sign in to comment.