From 0eed1cfec1b0caac35930529dfd9ac92bf38606f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 20 Sep 2024 11:38:51 -0500 Subject: [Neue] Buttons (#5406) * Re-align button sizing (cherry picked from commit bcec243bb59dfe468313d98ba61f464d9750feec) * Use large, small, tiny (cherry picked from commit 1dc333c2993ab7f2e0ac750c0670dcec9a7069d0) * Tweaks --- src/components/moderation/LabelsOnMeDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/moderation/LabelsOnMeDialog.tsx') diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx index fe6932290..c54a04a78 100644 --- a/src/components/moderation/LabelsOnMeDialog.tsx +++ b/src/components/moderation/LabelsOnMeDialog.tsx @@ -279,7 +279,7 @@ function AppealForm({ testID="backBtn" variant="solid" color="secondary" - size="medium" + size="large" onPress={onPressBack} label={_(msg`Back`)}> {_(msg`Back`)} @@ -288,7 +288,7 @@ function AppealForm({ testID="submitBtn" variant="solid" color="primary" - size="medium" + size="large" onPress={onSubmit} label={_(msg`Submit`)}> {_(msg`Submit`)} -- cgit 1.4.1