From 1f365d1c425f9c7b190f3682022a9e0817abc71b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 14 Oct 2021 19:37:18 -0300 Subject: applying some comments from belen --- packages/taler-wallet-webextension/src/components/styled/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) (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 7c3bb3943..65c1f49e9 100644 --- a/packages/taler-wallet-webextension/src/components/styled/index.tsx +++ b/packages/taler-wallet-webextension/src/components/styled/index.tsx @@ -459,6 +459,10 @@ export const LightText = styled.div` color: gray; ` +export const WarningText = styled.div` + color: rgb(223, 117, 20); +` + export const SmallText = styled.div` font-size: small; ` -- cgit v1.2.3