feat(badge): add soft to the ionic theme (#29573)

Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
Maria Hutt
2024-05-31 11:47:13 -07:00
committed by GitHub
parent e9fd407e90
commit 777521f218
21 changed files with 171 additions and 4 deletions

View File

@ -118,6 +118,7 @@ export const IonBackdrop = /*@__PURE__*/ defineContainer<JSX.IonBackdrop>('ion-b
export const IonBadge = /*@__PURE__*/ defineContainer<JSX.IonBadge>('ion-badge', defineIonBadge, [
'color',
'shape',
'size'
]);