From 1d85662946c393ea6985c178842be40d38fc687d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 28 Mar 2022 14:03:59 -0300 Subject: storybook like page for dev, plus some style fixes --- .../src/wallet/CreateManualWithdraw.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'packages/taler-wallet-webextension/src/wallet/CreateManualWithdraw.tsx') diff --git a/packages/taler-wallet-webextension/src/wallet/CreateManualWithdraw.tsx b/packages/taler-wallet-webextension/src/wallet/CreateManualWithdraw.tsx index bc4b0357a..2691fbdf5 100644 --- a/packages/taler-wallet-webextension/src/wallet/CreateManualWithdraw.tsx +++ b/packages/taler-wallet-webextension/src/wallet/CreateManualWithdraw.tsx @@ -32,6 +32,8 @@ import { InputWithLabel, LightText, LinkPrimary, + SubTitle, + Title, } from "../components/styled"; import { useTranslationContext } from "../context/translation"; import { Pages } from "../NavigationBar"; @@ -167,11 +169,11 @@ export function CreateManualWithdraw({ if (initialCurrency !== undefined) { return (
-

+ Manual Withdrawal for {initialCurrency} -

+ Choose a exchange from where the coins will be withdrawn. The @@ -200,9 +202,9 @@ export function CreateManualWithdraw({ } return (
-

+ Manual Withdrawal -

+ Choose a exchange from where the coins will be withdrawn. The @@ -234,9 +236,9 @@ export function CreateManualWithdraw({ description={error} /> )} -

+ Manual Withdrawal -

+ Choose a exchange from where the coins will be withdrawn. The -- cgit v1.2.3