From 0bfd4523b3408d9c841a1f25fd9ec86e81d6dd8f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 24 Nov 2021 08:57:26 -0300 Subject: adding tos information in settings and return to manual withdraw when adding an exchange --- .../taler-wallet-webextension/src/components/styled/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/taler-wallet-webextension/src/components/styled/index.tsx') diff --git a/packages/taler-wallet-webextension/src/components/styled/index.tsx b/packages/taler-wallet-webextension/src/components/styled/index.tsx index 7cef8789b..4c2367008 100644 --- a/packages/taler-wallet-webextension/src/components/styled/index.tsx +++ b/packages/taler-wallet-webextension/src/components/styled/index.tsx @@ -613,6 +613,14 @@ export const LightText = styled.div` color: gray; `; +export const SuccessText = styled.div` + color: #388e3c; +`; + +export const DestructiveText = styled.div` + color: rgb(202, 60, 60); +`; + export const WarningText = styled.div` color: rgb(223, 117, 20); `; -- cgit v1.2.3