mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
feat(badge): bigger dropdown arrow
This commit is contained in:
@@ -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}
|
||||
/>}
|
||||
|
||||
Reference in New Issue
Block a user