From 398bd0664b7655f77799ed048c8ca2f5cf23ebaf Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 1 Oct 2021 13:08:30 -0300 Subject: add error message --- packages/taler-wallet-webextension/src/components/styled/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/taler-wallet-webextension/src/components/styled') diff --git a/packages/taler-wallet-webextension/src/components/styled/index.tsx b/packages/taler-wallet-webextension/src/components/styled/index.tsx index 0537621bf..e77e7d542 100644 --- a/packages/taler-wallet-webextension/src/components/styled/index.tsx +++ b/packages/taler-wallet-webextension/src/components/styled/index.tsx @@ -27,13 +27,12 @@ export const PaymentStatus = styled.div<{ color: string }>` background-color: ${p => p.color}; ` -export const WalletAction = styled.section` +export const WalletAction = styled.div` display: flex; text-align: center; flex-direction: column; justify-content: space-between; align-items: center; - /* max-width: 50%; */ margin: auto; height: 100%; -- cgit v1.2.3