fix: chat msg

This commit is contained in:
Anirudh
2025-01-07 15:46:56 +00:00
committed by James Murdza
parent bde591006e
commit 2c7527055f
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ export default function DeployButtonModal({
</div>
<Button
variant="outline"
className="mt-4 w-full bg-[#0a0a0a] text-foreground hover:bg-[#262626]"
className="mt-4 w-full bg-[#0a0a0a] text-white hover:bg-[#262626]"
onClick={handleDeploy}
>
{isDeploying ? "Deploying..." : isDeployed ? "Update" : "Deploy"}