Adjust styles of applied reactions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user