Adds a small padding for labeller avatars in group chat 'Add people' selector (#11422)
This commit is contained in:
@@ -95,6 +95,8 @@ function Tab({
|
|||||||
moderation.ui('displayName'),
|
moderation.ui('displayName'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const isLabeler = profile.associated?.labeler
|
||||||
|
|
||||||
const onPressItem = useCallback(
|
const onPressItem = useCallback(
|
||||||
(did: string) => {
|
(did: string) => {
|
||||||
onRemove?.(did)
|
onRemove?.(did)
|
||||||
@@ -111,7 +113,7 @@ function Tab({
|
|||||||
a.border,
|
a.border,
|
||||||
a.justify_center,
|
a.justify_center,
|
||||||
a.rounded_lg,
|
a.rounded_lg,
|
||||||
a.pl_xs,
|
isLabeler ? a.pl_sm : a.pl_xs,
|
||||||
a.pr_sm,
|
a.pr_sm,
|
||||||
a.py_xs,
|
a.py_xs,
|
||||||
t.atoms.border_contrast_low,
|
t.atoms.border_contrast_low,
|
||||||
|
|||||||
Reference in New Issue
Block a user