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 <View
style={[ style={[
isFromSelf ? a.align_end : a.align_start, isFromSelf ? a.align_end : a.align_start,
a.px_xs, a.px_sm,
a.pb_2xs, a.pb_2xs,
]}> ]}>
<View <View
@@ -167,11 +167,14 @@ let MessageItem = ({
isFromSelf ? a.justify_end : a.justify_start, isFromSelf ? a.justify_end : a.justify_start,
a.flex_wrap, a.flex_wrap,
a.pb_xs, a.pb_xs,
t.atoms.bg, t.atoms.bg_contrast_25,
a.rounded_lg,
a.border, a.border,
t.atoms.border_contrast_low, t.atoms.border_contrast_low,
{marginTop: -6}, a.rounded_lg,
t.atoms.shadow_sm,
{
transform: [{translateY: '-40%'}],
},
]}> ]}>
{message.reactions.map((reaction, _i, reactions) => { {message.reactions.map((reaction, _i, reactions) => {
let label let label