Center handle in verifier dialog (#8247)

* Center handle in verifier dialog

* do the same for the other dialog

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Eric Bailey
2025-04-21 11:28:35 -05:00
committed by GitHub
parent 9363ff6f48
commit b800334ebc
2 changed files with 2 additions and 4 deletions
@@ -35,6 +35,7 @@ export function VerificationsDialog({
}) { }) {
return ( return (
<Dialog.Outer control={control}> <Dialog.Outer control={control}>
<Dialog.Handle />
<Inner <Inner
control={control} control={control}
profile={profile} profile={profile}
@@ -78,8 +79,6 @@ function Inner({
style={[ style={[
gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full, gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full,
]}> ]}>
<Dialog.Handle />
<View style={[a.gap_sm, a.pb_lg]}> <View style={[a.gap_sm, a.pb_lg]}>
<Text style={[a.text_2xl, a.font_bold, a.pr_4xl, a.leading_tight]}> <Text style={[a.text_2xl, a.font_bold, a.pr_4xl, a.leading_tight]}>
{label} {label}
@@ -30,6 +30,7 @@ export function VerifierDialog({
}) { }) {
return ( return (
<Dialog.Outer control={control}> <Dialog.Outer control={control}>
<Dialog.Handle />
<Inner <Inner
control={control} control={control}
profile={profile} profile={profile}
@@ -65,8 +66,6 @@ function Inner({
style={[ style={[
gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full, gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full,
]}> ]}>
<Dialog.Handle />
<View style={[a.gap_lg]}> <View style={[a.gap_lg]}>
<View <View
style={[ style={[