fix: chat msg
This commit is contained in:
parent
bde591006e
commit
2c7527055f
@ -126,8 +126,8 @@ export default function ChatMessage({
|
||||
<div
|
||||
className={`relative p-2 rounded-lg ${
|
||||
message.role === "user"
|
||||
? "bg-[#262626] text-foreground"
|
||||
: "bg-transparent text-foreground"
|
||||
? "bg-foreground text-background"
|
||||
: "bg-background text-foreground"
|
||||
} max-w-full`}
|
||||
>
|
||||
{/* Render context tabs */}
|
||||
|
@ -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"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user