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 d3469fe commit 0e1659eCopy full SHA for 0e1659e
package/src/components/Message/MessageSimple/ReactionList.tsx
@@ -147,7 +147,7 @@ const ReactionListWithContext = <
147
}
148
149
const alignmentLeft = alignment === 'left';
150
- const fill = propFill || alignmentLeft ? grey_gainsboro : grey_whisper;
+ const fill = propFill || (alignmentLeft ? grey_gainsboro : grey_whisper);
151
const radius = propRadius || themeRadius;
152
const reactionSize = propReactionSize || themeReactionSize;
153
const highlighted = message.pinned || targetedMessage === message.id;
0 commit comments