Fixed overlay badge visuals

This commit is contained in:
Cagatay Civici 2024-05-13 18:20:54 +03:00
parent 97081aa039
commit f16d9eaac9
3 changed files with 42 additions and 18 deletions

View file

@ -72,9 +72,9 @@ export interface BadgeProps {
*/
severity?: HintedString<'secondary' | 'info' | 'success' | 'warn' | 'danger' | 'contrast'> | null | undefined;
/**
* Size of the badge, valid options are 'large' and 'xlarge'.
* Size of the badge, valid options are 'small', 'large', and 'xlarge'.
*/
size?: 'large' | 'xlarge' | null | undefined;
size?: 'small' | 'large' | 'xlarge' | null | undefined;
/**
* It generates scoped CSS variables using design tokens for the component.
*/