Skip to content

Commit 2b6700e

Browse files
committed
small fix
1 parent 4504a56 commit 2b6700e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportAIChatCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export function SupportAIChatCard({
2222
</span>
2323
<div>
2424
<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>
25+
<div className="text-xs text-success-text flex items-center gap-1">
26+
<span className="inline-block size-2 rounded-full bg-success-text mr-1"></span>
2727
Online
2828
</div>
2929
</div>

0 commit comments

Comments
 (0)