Skip to content

Commit 117f7d2

Browse files
authored
fix(MessageItem): use correct information icon color (#5305)
missed in #5298
1 parent c262ef6 commit 117f7d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/main/src/components/MessageView/MessageItem.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,12 @@ const useStyles = createUseStyles(
128128
},
129129
typeInformation: {
130130
'& $icon': {
131-
// color: ThemingParameters.sapInformativeElementColor
132-
color: ThemingParameters.sapNeutralElementColor
131+
color: ThemingParameters.sapInformativeElementColor
133132
}
134133
},
135134
typeNone: {
136135
'& $icon': {
137-
color: ThemingParameters.sapNeutralElementColor
136+
color: ThemingParameters.sapInformativeElementColor
138137
}
139138
}
140139
},

0 commit comments

Comments
 (0)