about summary refs log tree commit diff
path: root/src/components/intents
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/components/intents
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/components/intents')
-rw-r--r--src/components/intents/VerifyEmailIntentDialog.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/intents/VerifyEmailIntentDialog.tsx b/src/components/intents/VerifyEmailIntentDialog.tsx
index 4dca8bd90..e8c63af82 100644
--- a/src/components/intents/VerifyEmailIntentDialog.tsx
+++ b/src/components/intents/VerifyEmailIntentDialog.tsx
@@ -112,7 +112,7 @@ function Inner({control}: {control: DialogControlProps}) {
               onPress={() => control.close()}
               variant="solid"
               color={status === 'failure' ? 'secondary' : 'primary'}
-              size="medium"
+              size="large"
               style={{marginLeft: 'auto'}}>
               <ButtonText>
                 <Trans>Close</Trans>
@@ -124,7 +124,7 @@ function Inner({control}: {control: DialogControlProps}) {
                 onPress={onPressResendEmail}
                 variant="solid"
                 color="primary"
-                size="medium"
+                size="large"
                 disabled={sending}>
                 <ButtonText>
                   <Trans>Resend Email</Trans>