From c569a7a858eefea85eea577711dfe9cbba391a4b Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 28 Jul 2021 18:01:40 +0100 Subject: [PATCH] ui tweak --- .../components/delegate/DelegateForm.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/wallet-web/components/delegate/DelegateForm.tsx b/wallet-web/components/delegate/DelegateForm.tsx index 67aac7da76..cb8caecb8e 100644 --- a/wallet-web/components/delegate/DelegateForm.tsx +++ b/wallet-web/components/delegate/DelegateForm.tsx @@ -83,13 +83,13 @@ export default function DelegateForm(props: DelegateFormProps) { return (
- + - + {DENOM} + {DENOM} ), }} /> {allocationWarning && ( - + {allocationWarning} @@ -140,9 +140,9 @@ export default function DelegateForm(props: DelegateFormProps) {