From 231cda28b6c07b45fcd84fb531217d808205559b Mon Sep 17 00:00:00 2001 From: Benjamin Elfen Date: Sat, 6 Jul 2024 16:07:20 +0200 Subject: [PATCH] feat: small styling improvements --- ios/App/Podfile.lock | 16 ++++++++-------- src/components/CreateOfferCard.tsx | 2 +- src/components/CreateOfferForm.tsx | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ios/App/Podfile.lock b/ios/App/Podfile.lock index 9f9e924..9012841 100644 --- a/ios/App/Podfile.lock +++ b/ios/App/Podfile.lock @@ -1,14 +1,14 @@ PODS: - - Capacitor (6.0.0): + - Capacitor (6.1.0): - CapacitorCordova - CapacitorApp (6.0.0): - Capacitor - - CapacitorBrowser (6.0.0): + - CapacitorBrowser (6.0.1): - Capacitor - - CapacitorCordova (6.0.0) + - CapacitorCordova (6.1.0) - CapacitorHaptics (6.0.0): - Capacitor - - CapacitorKeyboard (6.0.0): + - CapacitorKeyboard (6.0.1): - Capacitor - CapacitorStatusBar (6.0.0): - Capacitor @@ -39,12 +39,12 @@ EXTERNAL SOURCES: :path: "../../node_modules/@capacitor/status-bar" SPEC CHECKSUMS: - Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9 + Capacitor: 187bd7847b6f71467015a20200a1a071be3e5f14 CapacitorApp: 9d53aec7101f7b030a950c5bdc4df8612576b279 - CapacitorBrowser: 7e1e2cdbb3e372f09f0bad0c4c21a6d187b679ad - CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af + CapacitorBrowser: 473c7fd70ddbe541608ff09ec1be14da0078279e + CapacitorCordova: be703980ca797f847c3356f78fa175d21c8330c2 CapacitorHaptics: 9ebc9363f0e9b8eb4295088a0b474530acf1859b - CapacitorKeyboard: deacbd09d8d1029c3681197fb05d206b721d5f73 + CapacitorKeyboard: 5f32a712adf41e07a61caafb82cf29fb6d8ba123 CapacitorStatusBar: 2e4369f99166125435641b1908d05f561eaba6f6 PODFILE CHECKSUM: 61bc1d13006459f54f5fb089957baec0b706f946 diff --git a/src/components/CreateOfferCard.tsx b/src/components/CreateOfferCard.tsx index a5ab27b..ffb107b 100644 --- a/src/components/CreateOfferCard.tsx +++ b/src/components/CreateOfferCard.tsx @@ -13,8 +13,8 @@ export function CreateOfferCard() { {/* {t("label.createEntry")} */} { setCreating(!creating); }} diff --git a/src/components/CreateOfferForm.tsx b/src/components/CreateOfferForm.tsx index 1eb8810..15be6ae 100644 --- a/src/components/CreateOfferForm.tsx +++ b/src/components/CreateOfferForm.tsx @@ -208,15 +208,15 @@ export function CreateOfferForm({ onClose }: Props) { - - {t('label.submit')} - - {!isFormValid && ( - -

{t('label.fillAllFields')}

+ +

{t('label.fillAllFields')}

)} + + + {t('label.submit')} + ); }