Adjust styles of applied reactions

This commit is contained in:
Eric Bailey
2025-03-28 15:41:08 -05:00
parent 152bc3c1ec
commit 04fa3a475c
+7 -4
View File
@@ -154,7 +154,7 @@ let MessageItem = ({
<View
style={[
isFromSelf ? a.align_end : a.align_start,
a.px_xs,
a.px_sm,
a.pb_2xs,
]}>
<View
@@ -167,11 +167,14 @@ let MessageItem = ({
isFromSelf ? a.justify_end : a.justify_start,
a.flex_wrap,
a.pb_xs,
t.atoms.bg,
a.rounded_lg,
t.atoms.bg_contrast_25,
a.border,
t.atoms.border_contrast_low,
{marginTop: -6},
a.rounded_lg,
t.atoms.shadow_sm,
{
transform: [{translateY: '-40%'}],
},
]}>
{message.reactions.map((reaction, _i, reactions) => {
let label