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
|
classes: typeof badgeClasses
|
||||||
} = ({
|
} = ({
|
||||||
variant = 'outlined',
|
variant = 'outlined',
|
||||||
disabled = 'false',
|
disabled,
|
||||||
size = 'large',
|
size = 'large',
|
||||||
icon,
|
icon,
|
||||||
iconDirection = 'left',
|
iconDirection = 'left',
|
||||||
|
|
Loading…
Reference in New Issue