This repository was archived by the owner on Sep 26, 2024. It is now read-only.
Safari rendering issue on all <Button noStyle />
#99
Labels
<Button noStyle />
#99
All components that use the
noStyle
config of theButton
component don't render any text in Safari when usinglineHeight: 0
. SettinglineHeight
like this allows instances ofButton
with anIcon
as its only child to haveIcon
perfectly center. It feels like we might need to explore an alternative solution with perhaps a last resort being a child-type specific config ofButton
.The text was updated successfully, but these errors were encountered: