From c1df68b27acbbb5cc04a4a97e282888a2edf5c07 Mon Sep 17 00:00:00 2001 From: asif Date: Mon, 23 Dec 2024 15:22:20 +0530 Subject: [PATCH] edits for other screen sizes --- public/locales/en/translation.json | 3 ++- src/components/FormField.jsx | 2 +- src/components/FormInput.jsx | 2 +- src/components/FormSelect.jsx | 2 +- src/pages/AccountCreation.jsx | 16 +++++----------- src/pages/CabinetCreation.jsx | 6 +++--- src/pages/ChargeEdit.jsx | 6 +++--- src/pages/KeySwap.jsx | 2 +- src/pages/LockersRegistration.jsx | 7 ++++--- src/util/productList.js | 4 ---- 10 files changed, 21 insertions(+), 29 deletions(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 8c9d43e..a5bae49 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -78,5 +78,6 @@ "confirmNewKeyId": "Confirm New Key ID", "highlightedFieldsInvalid": "Highlighted fields are invalid", "changeStatus": "Change Status", - "keySwap": "Key Swap" + "keySwap": "Key Swap", + "chargeEdit": "Edit Charges" } \ No newline at end of file diff --git a/src/components/FormField.jsx b/src/components/FormField.jsx index 6c1ec04..1b228ee 100644 --- a/src/components/FormField.jsx +++ b/src/components/FormField.jsx @@ -5,7 +5,7 @@ import clsx from "clsx"; function FormField({ label, children, icon }) { return (
-