fix: use foreground colors for AI CHat

This commit is contained in:
Anirudh
2025-01-07 05:29:29 +00:00
committed by James Murdza
parent 94ffbaf60f
commit bde591006e
2 changed files with 4 additions and 4 deletions

View File

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