mirror of
https://github.com/BZmHackTeam/BezpiecznaZywnosc
synced 2024-11-09 20:44:15 +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>
|
||||
|
||||
<IonButton onClick={(e) => handleSubmit(e as any)} type="submit">
|
||||
Wyślij
|
||||
</IonButton>
|
||||
<div style={{width: "100%", display: "flex", justifyContent: "center"}} className="ion-margin-top">
|
||||
<IonButton style={{"--width": "100%"}} size="large" onClick={(e) => handleSubmit(e as any)} type="submit">
|
||||
Wyślij
|
||||
</IonButton>
|
||||
</div>
|
||||
</IonList>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
|
|
Loading…
Reference in a new issue