Check color
This commit is contained in:
@@ -258,7 +258,7 @@ export function Update(_props: ScreenProps<ScreenID.Update>) {
|
||||
<Divider />
|
||||
<View style={[a.gap_sm]}>
|
||||
<View style={[a.flex_row, a.gap_sm, a.align_center]}>
|
||||
<Check fill={t.palette.positive_500} size="xs" />
|
||||
<Check fill={t.palette.positive_600} size="xs" />
|
||||
<Text style={[a.text_md, a.font_heavy]}>
|
||||
<Trans>Success!</Trans>
|
||||
</Text>
|
||||
|
||||
@@ -165,7 +165,7 @@ export function Verify({config}: ScreenProps<ScreenID.Verify>) {
|
||||
<View style={[a.gap_sm]}>
|
||||
<Text style={[a.text_xl, a.font_heavy]}>
|
||||
<Span style={{top: 1}}>
|
||||
<Check size="sm" fill={t.palette.positive_500} />
|
||||
<Check size="sm" fill={t.palette.positive_600} />
|
||||
</Span>
|
||||
{' '}
|
||||
<Trans>Email verification complete!</Trans>
|
||||
@@ -191,7 +191,7 @@ export function Verify({config}: ScreenProps<ScreenID.Verify>) {
|
||||
state.mutationStatus === 'success' ? (
|
||||
<>
|
||||
<Span style={{top: 1}}>
|
||||
<Check size="sm" fill={t.palette.positive_500} />
|
||||
<Check size="sm" fill={t.palette.positive_600} />
|
||||
</Span>
|
||||
{' '}
|
||||
<Trans>Email sent!</Trans>
|
||||
|
||||
Reference in New Issue
Block a user