You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently the minimal button always uses fontCapsXxxs, but this should default to not being all caps and only be all caps if isAllCaps === true.
Describe the bug
Currently the minimal button always uses
fontCapsXxxs
, but this should default to not being all caps and only be all caps ifisAllCaps === true
.code is here:
sci-components/packages/components/src/core/Button/style.ts
Line 219 in ec6f65b
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Text should not be all caps, except when isAllCaps is passed in
Screenshots

Read More button here:
The text was updated successfully, but these errors were encountered: