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 theming parameter --sapButton_BorderCornerRadius is not connected to the respective UI5 parameter and therefore the button border radius do not react on theming in UI theme designer.
There is a standard CSS variable --sapButton_BorderCornerRadius meant to be used for the Button's border-radius. It is 0.25rem in Fiori3 and 0.375rem in HCB and HCW themes. In terms of metrics nothing changes, we use the same values, but now we allow customization via the ThemeDesigner as we apply standard CSS variable.
FIXES: #2830
Describe the bug
The theming parameter
--sapButton_BorderCornerRadius
is not connected to the respective UI5 parameter and therefore the button border radius do not react on theming in UI theme designer.To reproduce
--sapButton_BorderCornerRadius: 0;
--_ui5_button_border_radius: 0;
Isolated example
see above
Expected behavior
It should work like this:
Screenshots
If applicable, add screenshots to help explain your problem.
Context
Affected components (if known)
Log output / Any errors in the console
Organization: (if applicable)
The text was updated successfully, but these errors were encountered: