Applying a text transformation in the Styles
parameter causes unrelated text- styles to be dropped
#70
Labels
Styles
parameter causes unrelated text- styles to be dropped
#70
Describe the bug
Passing a text style, e.g.
text-sm
, will cause other unrelated styles to disappear, e.g.text-brand-800
.To Reproduce
This can be reproduced by viewing the
PureBreadcrumbItem
:Expected behavior
The
PureBreadcrumbItem
should have a smaller size, but retain the color applied via the style.Screenshots
normal usage:
using
text-sm
:Additional context
StylePrioritizer
andKeyExtractor.ToCssKey(...)
The text was updated successfully, but these errors were encountered: