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:
@@ -30,6 +30,7 @@ export function VerifierDialog({
|
||||
}) {
|
||||
return (
|
||||
<Dialog.Outer control={control}>
|
||||
<Dialog.Handle />
|
||||
<Inner
|
||||
control={control}
|
||||
profile={profile}
|
||||
@@ -65,8 +66,6 @@ function Inner({
|
||||
style={[
|
||||
gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full,
|
||||
]}>
|
||||
<Dialog.Handle />
|
||||
|
||||
<View style={[a.gap_lg]}>
|
||||
<View
|
||||
style={[
|
||||
|
||||
Reference in New Issue
Block a user