Design tweaks to applied reactions (#8077)

* Adjust styles of applied reactions

* Tweaks for applied reactions styles
This commit is contained in:
Eric Bailey
2025-03-28 16:38:41 -05:00
committed by GitHub
parent a84ba121fa
commit c2d6fb82f3
+8 -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,15 @@ 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,
{
// vibe coded number
transform: [{translateY: -11}],
},
]}>
{message.reactions.map((reaction, _i, reactions) => {
let label