croz-ltd / tiller

🔖 Tiller DS is an open-source UI library that provides a range of visual, functional components and patterns that speed up design and development.
https://croz-ltd.github.io/tiller
Apache License 2.0
28 stars 1 forks source link

#251 Fix DropdownMenu not registering icon props properly #257

Closed fbeceic closed 6 months ago

fbeceic commented 6 months ago

Basic information

Description

Summary

Fixed logic for registering styling for DropdownMenu's openExpanderIcon and closeExpanderIcon props by prioritizing defined props directly from the <Icon .../> component over defaults.

Details

Logic for styling icons follows this flow:

Related issue

251

Types of changes

Checklist