Skip to content

Commit 7d4b50f

Browse files
authored
Less obnoxious color for commands (#141)
1 parent 5e5d14c commit 7d4b50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/(authenticated)/usage/Messages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const Messages = ({ messages }: MessagesProps) => {
9292
</div>
9393
) : isCommand ? (
9494
<div className="space-y-3">
95-
<div className="bg-black/90 text-green-400 p-3 rounded-md font-mono text-sm">
95+
<div className="bg-black/90 text-foreground p-3 rounded-md font-mono text-sm">
9696
{message.text}
9797
</div>
9898
</div>

0 commit comments

Comments
 (0)