You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to copy mr-2 h-4 w-4 flex-shrink-0 text-ink-gray-6 in component where we use <FeatherIcon /> for consistent look. also, there is possibility that if/when classes are changed in frappe-ui there will be inconstancies.
proposed solution: have <DropdownFeatherIcon /> that can be used in components for consistent look
The text was updated successfully, but these errors were encountered:
When we provide
icon
string in<Dropdown />
like below.It uses
<FeatherIcon />
with some classes here.however, when we want to create sub-menu by passing component like this one in builder
we need to copy
mr-2 h-4 w-4 flex-shrink-0 text-ink-gray-6
in component where we use<FeatherIcon />
for consistent look. also, there is possibility that if/when classes are changed in frappe-ui there will be inconstancies.proposed solution: have
<DropdownFeatherIcon />
that can be used in components for consistent lookThe text was updated successfully, but these errors were encountered: