more fixes

This commit is contained in:
Hailey
2024-10-02 11:55:00 -07:00
parent f365ae004a
commit ca0888c633
6 changed files with 14 additions and 10 deletions
+3 -2
View File
@@ -14,6 +14,7 @@ import {useAgent} from '#/state/session'
import {CharProgress} from '#/view/com/composer/char-progress/CharProgress'
import * as Toast from '#/view/com/util/Toast'
import {atoms as a, useBreakpoints, useTheme} from '#/alf'
import {BottomSheetButton} from '#/components/BottomSheetButton'
import * as Dialog from '#/components/Dialog'
import {KeyboardControllerPadding} from '#/components/KeyboardControllerPadding'
import {Button, ButtonIcon, ButtonText} from '../Button'
@@ -142,7 +143,7 @@ function SubmitStep({
return (
<View style={a.gap_lg}>
<Button
<BottomSheetButton
size="small"
variant="solid"
color="secondary"
@@ -150,7 +151,7 @@ function SubmitStep({
label={_(msg`Go back to previous step`)}
onPress={goBack}>
<ButtonIcon icon={Chevron} />
</Button>
</BottomSheetButton>
<View style={[a.justify_center, gtMobile ? a.gap_sm : a.gap_xs]}>
<Text style={[a.text_2xl, a.font_bold]}>{copy.title}</Text>