Skip to content

Commit c52fc80

Browse files
authored
fix(ObjectStatus): fix border issue of None variant of inverted ObjectStatus (#5147)
1 parent 6e9f89b commit c52fc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/ObjectStatus/ObjectStatus.jss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ const styles = {
268268
...createInvertedValueStateStyles('sapButton_Neutral', true),
269269
background: ThemingParameters.sapNeutralBackground,
270270
color: ThemingParameters.sapTextColor,
271-
border: ThemingParameters.sapNeutralBorderColor,
271+
border: `0.0625rem solid ${ThemingParameters.sapNeutralBorderColor}`,
272272
'&$active:active': {
273273
...createInvertedValueStateStyles('sapButton_Neutral', true)['&$active:active'],
274274
color: ThemingParameters.sapButton_Active_TextColor,

0 commit comments

Comments
 (0)