We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a62313 commit 19a99f8Copy full SHA for 19a99f8
examples/federation/epic-stack-remote/app/components/ui/status-button.tsx
@@ -58,10 +58,10 @@ export const StatusButton = React.forwardRef<
58
return (
59
<Button
60
ref={ref}
61
- className={cn('flex justify-center gap-4', className)}
+ className={cn('flex justify-center gap-4 border-2 border-red-500', className)}
62
{...props}
63
>
64
- <div className="border-2 border-red-500">{children}</div>
+ <div>{children}</div>
65
{message ? (
66
<TooltipProvider>
67
<Tooltip>
0 commit comments