mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
migrate to mantine v9
This commit is contained in:
@@ -28,4 +28,4 @@ const BaseBadge = ({ children, classNames, variant = 'default', ...props }: Badg
|
||||
);
|
||||
};
|
||||
|
||||
export const Badge = createPolymorphicComponent<'button', BadgeProps>(BaseBadge);
|
||||
export const Badge = createPolymorphicComponent<'div', BadgeProps>(BaseBadge);
|
||||
|
||||
Reference in New Issue
Block a user