Browse Source

fix upload choice button

Abhinav 3 years ago
parent
commit
6ea98790fb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/pages/gallery/UploadStrategyChoiceModal.tsx

+ 2 - 2
src/components/pages/gallery/UploadStrategyChoiceModal.tsx

@@ -34,7 +34,7 @@ function UploadStrategyChoiceModal({
                 </CenteredFlex>
                 <SpaceBetweenFlex>
                     <Button
-                        size="large"
+                        size="medium"
                         color="accent"
                         onClick={() => {
                             props.onClose();
@@ -46,7 +46,7 @@ function UploadStrategyChoiceModal({
                     <strong>{constants.OR}</strong>
 
                     <Button
-                        size="large"
+                        size="medium"
                         color="accent"
                         onClick={() => {
                             props.onClose();