mirror of
https://github.com/acid-info/lsd.git
synced 2025-01-27 01:09:59 +00:00
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…
x
Reference in New Issue
Block a user