Badge size #72
Answered
by
HovKlan-DH
mirkocutri
asked this question in
Help & Support
-
Hi, is it possible to have different sizes for Badges? Bigger/smaller shapes and font size. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
HovKlan-DH
Sep 6, 2024
Replies: 1 comment 4 replies
-
Yes, they scale with the current font size so you can use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mirkocutri , there is no font-size property directly on the component, so you need to do this with normal CSS styling. Here it is inline, but should probably better be placed in a CSS file.
<wa-badge style="font-size:14px;" variant="warning" pill>Badge Text</wa-badge>