mirror of https://github.com/acid-info/lsd.git
fix: fix Badge component rendering in disabled state by default
This commit is contained in:
parent
ec9f412ab2
commit
2df8631ff3
|
@ -17,7 +17,7 @@ export const Badge: React.FC<BadgeProps> & {
|
|||
classes: typeof badgeClasses
|
||||
} = ({
|
||||
variant = 'outlined',
|
||||
disabled = 'false',
|
||||
disabled,
|
||||
size = 'large',
|
||||
icon,
|
||||
iconDirection = 'left',
|
||||
|
|
Loading…
Reference in New Issue