about summary refs log tree commit diff
path: root/src/screens/Signup
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-20 11:38:51 -0500
committerGitHub <noreply@github.com>2024-09-20 11:38:51 -0500
commit0eed1cfec1b0caac35930529dfd9ac92bf38606f (patch)
treec356b389bb5db2c5e531ec860b5a288bada4cbe6 /src/screens/Signup
parent27cceb96f33c86a06507a9ad3e631171474100b4 (diff)
downloadvoidsky-0eed1cfec1b0caac35930529dfd9ac92bf38606f.tar.zst
[Neue] Buttons (#5406)
* Re-align button sizing

(cherry picked from commit bcec243bb59dfe468313d98ba61f464d9750feec)

* Use large, small, tiny

(cherry picked from commit 1dc333c2993ab7f2e0ac750c0670dcec9a7069d0)

* Tweaks
Diffstat (limited to 'src/screens/Signup')
-rw-r--r--src/screens/Signup/BackNextButtons.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/Signup/BackNextButtons.tsx b/src/screens/Signup/BackNextButtons.tsx
index 73bd428c8..47256bf6f 100644
--- a/src/screens/Signup/BackNextButtons.tsx
+++ b/src/screens/Signup/BackNextButtons.tsx
@@ -34,7 +34,7 @@ export function BackNextButtons({
         label={_(msg`Go back to previous step`)}
         variant="solid"
         color="secondary"
-        size="medium"
+        size="large"
         onPress={onBackPress}>
         <ButtonText>
           <Trans>Back</Trans>
@@ -46,7 +46,7 @@ export function BackNextButtons({
             label={_(msg`Press to retry`)}
             variant="solid"
             color="primary"
-            size="medium"
+            size="large"
             onPress={onRetryPress}>
             <ButtonText>
               <Trans>Retry</Trans>
@@ -59,7 +59,7 @@ export function BackNextButtons({
             label={_(msg`Continue to next step`)}
             variant="solid"
             color="primary"
-            size="medium"
+            size="large"
             disabled={isLoading || isNextDisabled}
             onPress={onNextPress}>
             <ButtonText>