Sorting icon is wrong, we need to use by default chevron-small, plus I added the possibility to customize it in case needed.
API Changes:
Is possible to customize the color using the text-* class, sorting_icon_color is added to cover it, by default is set to bulma for Moon.Parts , in the design is unset
Is possible to customize the icon using the sorting_icon prop, by default controls_chevron_up_small
note:
You need to specify only the up icon, the down icon is rendered by rotating the up by 180deg
Issue:
Sorting icon is wrong, we need to use by default
chevron-small
, plus I added the possibility to customize it in case needed.API Changes:
text-*
class,sorting_icon_color
is added to cover it, by default is set tobulma
forMoon.Parts
, in the design is unsetsorting_icon
prop, by defaultcontrols_chevron_up_small
note: You need to specify only theup
icon, thedown
icon is rendered by rotating the up by 180degDefault:
Example: