Minor changes. Pre-release

This commit is contained in:
Jakub Cywka 2023-10-22 08:19:08 +02:00
parent 4b3396438d
commit 76188d31f2

View file

@ -121,9 +121,11 @@ const handleInputChange = (fieldName: any, value: any) => {
/> />
</IonItem> </IonItem>
<IonButton onClick={(e) => handleSubmit(e as any)} type="submit"> <div style={{width: "100%", display: "flex", justifyContent: "center"}} className="ion-margin-top">
Wyślij <IonButton style={{"--width": "100%"}} size="large" onClick={(e) => handleSubmit(e as any)} type="submit">
</IonButton> Wyślij
</IonButton>
</div>
</IonList> </IonList>
</IonContent> </IonContent>
</IonPage> </IonPage>