-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Looks like #62 addressed that, but I think because IconBase explicitly passes a className to the main <Svg> component then any other classNames passed to the icons never makes it to the UI:
| className={`${name}-${weight}__svg-icon-phosphor`} |
Maybe if instead it was
className={`${name}-${weight}__svg-icon-phosphor ${props.className ?? ''}`}
or something similar?
Metadata
Metadata
Assignees
Labels
No labels