We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5d14c commit 7d4b50fCopy full SHA for 7d4b50f
apps/web/src/app/(authenticated)/usage/Messages.tsx
@@ -92,7 +92,7 @@ export const Messages = ({ messages }: MessagesProps) => {
92
</div>
93
) : isCommand ? (
94
<div className="space-y-3">
95
- <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">
96
{message.text}
97
98
0 commit comments