updated blue circle to check

This commit is contained in:
Lucas Oliveira 2025-10-02 15:35:57 -03:00
parent a6c5ba0d44
commit 6de3b0563f

View file

@ -3,6 +3,7 @@
import {
AtSign,
Bot,
Check,
ChevronDown,
ChevronRight,
GitBranch,
@ -2354,7 +2355,9 @@ function ChatPage() {
>
<span>No filter</span>
{!selectedFilter && (
<div className="w-2 h-2 rounded-full bg-blue-500" />
<Check
className="h-4 w-4 shrink-0"
/>
)}
</button>
)}
@ -2384,7 +2387,9 @@ function ChatPage() {
)}
</div>
{selectedFilter?.id === filter.id && (
<div className="w-2 h-2 shrink-0 rounded-full bg-blue-500" />
<Check
className="h-4 w-4 shrink-0"
/>
)}
</button>
))}