mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-22 21:06:40 +08:00
💄 Update Icon component to prevent flex shrinkage
This commit is contained in:
parent
4ea6903dd8
commit
755a1daef0
@ -15,7 +15,7 @@ export const Icon = forwardRef<SVGSVGElement, IconProps>(
|
||||
icon={icon}
|
||||
size={16}
|
||||
strokeWidth={1.5}
|
||||
className={cn("inline-flex", className)}
|
||||
className={cn("inline-flex flex-shrink-0", className)}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user