summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/components/styled
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/components/styled')
-rw-r--r--packages/taler-wallet-webextension/src/components/styled/index.tsx8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/taler-wallet-webextension/src/components/styled/index.tsx b/packages/taler-wallet-webextension/src/components/styled/index.tsx
index 8afbb6c9a..7cc6d427a 100644
--- a/packages/taler-wallet-webextension/src/components/styled/index.tsx
+++ b/packages/taler-wallet-webextension/src/components/styled/index.tsx
@@ -4,7 +4,7 @@ import type * as Linaria from '@linaria/core';
import { styled } from '@linaria/react';
-export const PaymentStatus = styled.span<{ color: string }>`
+export const PaymentStatus = styled.div<{ color: string }>`
padding: 5px;
border-radius: 5px;
color: white;
@@ -40,6 +40,10 @@ export const PopupBox = styled.div`
& > div {
align-self: center;
}
+
+ & > h3 {
+ margin: 0px;
+ }
}
& > footer {
@@ -223,7 +227,7 @@ export const ErrorBox = styled.div`
/* margin: 0.5em; */
padding-left: 1em;
padding-right: 1em;
- width: "100%";
+ width: 100%;
color: #721c24;
background: #f8d7da;