Skip to content

Commit 19a99f8

Browse files
chore: add border for remote modules
1 parent 0a62313 commit 19a99f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/federation/epic-stack-remote/app/components/ui/status-button.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ export const StatusButton = React.forwardRef<
5858
return (
5959
<Button
6060
ref={ref}
61-
className={cn('flex justify-center gap-4', className)}
61+
className={cn('flex justify-center gap-4 border-2 border-red-500', className)}
6262
{...props}
6363
>
64-
<div className="border-2 border-red-500">{children}</div>
64+
<div>{children}</div>
6565
{message ? (
6666
<TooltipProvider>
6767
<Tooltip>

0 commit comments

Comments
 (0)