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 4504a56 commit 2b6700eCopy full SHA for 2b6700e
apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportAIChatCard.tsx
@@ -22,8 +22,8 @@ export function SupportAIChatCard({
22
</span>
23
<div>
24
<div className="font-semibold">Ask AI for support</div>
25
- <div className="text-xs text-green-500 flex items-center gap-1">
26
- <span className="inline-block size-2 rounded-full bg-green-500 mr-1"></span>
+ <div className="text-xs text-success-text flex items-center gap-1">
+ <span className="inline-block size-2 rounded-full bg-success-text mr-1"></span>
27
Online
28
</div>
29
0 commit comments