We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9f89b commit c52fc80Copy full SHA for c52fc80
packages/main/src/components/ObjectStatus/ObjectStatus.jss.ts
@@ -268,7 +268,7 @@ const styles = {
268
...createInvertedValueStateStyles('sapButton_Neutral', true),
269
background: ThemingParameters.sapNeutralBackground,
270
color: ThemingParameters.sapTextColor,
271
- border: ThemingParameters.sapNeutralBorderColor,
+ border: `0.0625rem solid ${ThemingParameters.sapNeutralBorderColor}`,
272
'&$active:active': {
273
...createInvertedValueStateStyles('sapButton_Neutral', true)['&$active:active'],
274
color: ThemingParameters.sapButton_Active_TextColor,
0 commit comments