Tweaks for applied reactions styles

This commit is contained in:
Eric Bailey
2025-03-28 15:50:16 -05:00
parent 04fa3a475c
commit e5fae4331e
+2 -1
View File
@@ -173,7 +173,8 @@ let MessageItem = ({
a.rounded_lg,
t.atoms.shadow_sm,
{
transform: [{translateY: '-40%'}],
// vibe coded number
transform: [{translateY: -11}],
},
]}>
{message.reactions.map((reaction, _i, reactions) => {