Adds a small padding for labeller avatars in group chat 'Add people' selector (#11422)

This commit is contained in:
RetroSunstar
2026-08-21 21:12:14 +01:00
committed by GitHub
parent 06cb80a4c3
commit f48fab872e
+3 -1
View File
@@ -95,6 +95,8 @@ function Tab({
moderation.ui('displayName'),
)
const isLabeler = profile.associated?.labeler
const onPressItem = useCallback(
(did: string) => {
onRemove?.(did)
@@ -111,7 +113,7 @@ function Tab({
a.border,
a.justify_center,
a.rounded_lg,
a.pl_xs,
isLabeler ? a.pl_sm : a.pl_xs,
a.pr_sm,
a.py_xs,
t.atoms.border_contrast_low,