fix badge border

This commit is contained in:
2026-01-07 15:40:54 -03:00
parent ded57b43f0
commit 3f76273f83
4 changed files with 31 additions and 4 deletions

View File

@@ -2,12 +2,12 @@
import { formatCNPJ } from '@brazilian-utils/brazilian-utils'
import {
BadgeCheckIcon,
BadgeIcon,
CheckIcon,
BadgeCheckIcon,
ChevronsUpDownIcon,
PlusIcon
} from 'lucide-react'
import { IconRosetteDiscountCheckFilled } from '@tabler/icons-react'
import { createContext, use } from 'react'
import { useLocation } from 'react-router'
@@ -76,7 +76,7 @@ export function WorkspaceSwitcher() {
aria-expanded={state === 'expanded'}
>
{subscription && (
<BadgeCheckIcon className="fill-blue-500 absolute size-3 -top-1 -right-1" />
<BadgeCheckIcon className="fill-blue-500 stroke-white absolute size-4 dark:size-3.5 -top-1.5 -right-1.5" />
)}
{initials(activeWorkspace.name)}