Skip to content

Commit 085a9d5

Browse files
committed
fix: button color on website dialog
1 parent 084c336 commit 085a9d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/dashboard/app/(main)/settings/integrations/vercel/_components/create-website-dialog.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,9 @@ export function CreateWebsiteDialog({
261261
variant="outline"
262262
>
263263
<div className="flex flex-col items-center">
264-
<span className="capitalize">{env}</span>
264+
<span className="text-foreground capitalize">
265+
{env}
266+
</span>
265267
{isUsedByOther && !isSelected && (
266268
<span className="text-xs opacity-60">(Used)</span>
267269
)}

0 commit comments

Comments
 (0)