Address chat design nits (#10823)

This commit is contained in:
DS Boyce
2026-06-09 11:36:08 -07:00
committed by GitHub
parent de5ae04809
commit 189dad8cb7
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -514,7 +514,6 @@ export function InitiateChatFlow({
a.relative,
a.align_center,
a.justify_between,
web(a.pb_lg),
]}>
{IS_NATIVE ? (
<Button
@@ -550,7 +549,7 @@ export function InitiateChatFlow({
color="secondary"
style={[a.absolute, a.z_20, {right: -4}]}
onPress={() => control.close()}>
<ButtonIcon icon={XIcon} size="lg" />
<ButtonIcon icon={XIcon} size="md" />
</Button>
) : showButton ? (
<Button
+1 -1
View File
@@ -58,7 +58,7 @@ const AVATAR_SIZE = 28
const CLUSTERED_MESSAGE_GAP = 2
const BORDER_RADIUS = 18
const SQUARED_BORDER_RADIUS = 4
const DISPLAY_NAME_INSET = 22
const DISPLAY_NAME_INSET = 20
function isWithinClusterBoundary({
isPending,
@@ -516,7 +516,8 @@ export function InviteLinkDialog({
</View>
}
label={l`Group chat invite link dialog`}
style={web({maxWidth: 400})}>
style={web({maxWidth: 400})}
contentContainerStyle={web(a.pt_0)}>
{content}
</Dialog.ScrollableInner>
</Dialog.Outer>