update login

This commit is contained in:
2025-12-19 09:02:49 -03:00
parent 3d8961f1f5
commit 3be296f1ac
6 changed files with 13 additions and 12 deletions

View File

@@ -73,7 +73,8 @@ export function SearchFilter<T>({
<Command
shouldFilter={false}
className={cn(
!searched && '**:data-[slot=command-input-wrapper]:border-b-0'
!searched && '**:data-[slot=command-input-wrapper]:border-b-0',
data.length > 0 && 'rounded-b-none'
)}
>
<CommandInput