Less obnoxious color for commands (#141)

This commit is contained in:
Matt Rubens 2025-06-26 17:01:58 -04:00 committed by GitHub
parent 5e5d14c022
commit 7d4b50f42b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@ export const Messages = ({ messages }: MessagesProps) => {
</div>
) : isCommand ? (
<div className="space-y-3">
<div className="bg-black/90 text-green-400 p-3 rounded-md font-mono text-sm">
<div className="bg-black/90 text-foreground p-3 rounded-md font-mono text-sm">
{message.text}
</div>
</div>