feat(badge): bigger dropdown arrow

This commit is contained in:
Elian Doran
2025-12-15 17:17:01 +02:00
parent 1feeb350ce
commit c3a6d1bba8
3 changed files with 13 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ export function BadgeWithDropdown({ text, children, tooltip, className, dropdown
<Dropdown
className={`dropdown-badge dropdown-${className}`}
text={<Badge
text={<>{text} <Icon icon="bx bx-chevron-down" /></>}
text={<>{text} <Icon className="arrow" icon="bx bx-chevron-down" /></>}
className={className}
{...props}
/>}