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
The emphasized button doesn't show bold text style in React and it's a deviation from UI5 / Fundamental Styles.
Reason: Actually font-weight: 700; is set on the Button component, but it's overwritten by button text style font-weight: 400;
The emphasized button doesn't show bold text style in React and it's a deviation from UI5 / Fundamental Styles.
Reason: Actually
font-weight: 700;
is set on the Button component, but it's overwritten by button text stylefont-weight: 400;
This problem occurs in NGX too. I already create an issue for that: SAP/fundamental-ngx#4078
The text was updated successfully, but these errors were encountered: