style tweaks, improve web
This commit is contained in:
@@ -162,7 +162,6 @@ export function Inner({
|
|||||||
<Dialog.ScrollableInner
|
<Dialog.ScrollableInner
|
||||||
label={_(msg`Verify email dialog`)}
|
label={_(msg`Verify email dialog`)}
|
||||||
style={web({maxWidth: 450})}>
|
style={web({maxWidth: 450})}>
|
||||||
<Dialog.Close />
|
|
||||||
<View style={[a.gap_xl]}>
|
<View style={[a.gap_xl]}>
|
||||||
{currentStep === 'Reminder' && (
|
{currentStep === 'Reminder' && (
|
||||||
<View
|
<View
|
||||||
@@ -170,7 +169,9 @@ export function Inner({
|
|||||||
a.rounded_sm,
|
a.rounded_sm,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
a.justify_center,
|
a.justify_center,
|
||||||
{height: 150, backgroundColor: t.palette.primary_500},
|
{height: 150},
|
||||||
|
t.atoms.bg_contrast_100,
|
||||||
|
web(a.mt_2xl),
|
||||||
]}>
|
]}>
|
||||||
<EnvelopeIcon width={64} fill="white" />
|
<EnvelopeIcon width={64} fill="white" />
|
||||||
</View>
|
</View>
|
||||||
@@ -272,7 +273,7 @@ export function Inner({
|
|||||||
<Button
|
<Button
|
||||||
label={_(msg`Maybe layer`)}
|
label={_(msg`Maybe layer`)}
|
||||||
accessibilityHint={_(msg`Snooze reminder`)}
|
accessibilityHint={_(msg`Snooze reminder`)}
|
||||||
variant="solid"
|
variant="ghost"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
size="large"
|
size="large"
|
||||||
disabled={isProcessing}
|
disabled={isProcessing}
|
||||||
@@ -355,6 +356,7 @@ export function Inner({
|
|||||||
) : null}
|
) : null}
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
<Dialog.Close />
|
||||||
</Dialog.ScrollableInner>
|
</Dialog.ScrollableInner>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user