mirror of
https://github.com/BZmHackTeam/BezpiecznaZywnosc
synced 2025-01-18 11:26:45 +01:00
Minor changes. Pre-release
This commit is contained in:
parent
4b3396438d
commit
76188d31f2
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue