From f300850b19f8b4084bfac88a4cfd06e43bc75a8e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 6 Apr 2022 12:20:00 -0300 Subject: cta stories and input filled mui --- packages/taler-wallet-webextension/src/mui/input/InputStandard.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/taler-wallet-webextension/src/mui/input/InputStandard.tsx') diff --git a/packages/taler-wallet-webextension/src/mui/input/InputStandard.tsx b/packages/taler-wallet-webextension/src/mui/input/InputStandard.tsx index 3eacd7984..bca6b0e80 100644 --- a/packages/taler-wallet-webextension/src/mui/input/InputStandard.tsx +++ b/packages/taler-wallet-webextension/src/mui/input/InputStandard.tsx @@ -50,6 +50,7 @@ export function InputStandard({ const rootStyle = css` position: relative; + padding: 4px 0 5px; `; const formControlStyle = css` label + & { @@ -57,6 +58,7 @@ const formControlStyle = css` } `; const underlineStyle = css` + // when is not disabled underline &:after { border-bottom: 2px solid var(--color-main); left: 0px; @@ -107,11 +109,12 @@ const underlineStyle = css` } `; -function Root({ disabled, focused, error, children }: any): VNode { +function Root({ fullWidth, disabled, focused, error, children }: any): VNode { return ( -- cgit v1.2.3