summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/components/styled/index.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-09-06 14:55:55 -0300
committerSebastian <sebasjm@gmail.com>2021-09-06 14:55:55 -0300
commitd2cf75b782b63d7b217b14c0a3bdc953c5e3bca9 (patch)
treef739a11ae3409048ee8a65a151a5f7f68ca0bc94 /packages/taler-wallet-webextension/src/components/styled/index.tsx
parent1ea598b048375c4043ac4faff13af0af6ae9b041 (diff)
downloadwallet-core-d2cf75b782b63d7b217b14c0a3bdc953c5e3bca9.tar.gz
wallet-core-d2cf75b782b63d7b217b14c0a3bdc953c5e3bca9.tar.bz2
wallet-core-d2cf75b782b63d7b217b14c0a3bdc953c5e3bca9.zip
rendring pending transation item
Diffstat (limited to 'packages/taler-wallet-webextension/src/components/styled/index.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/components/styled/index.tsx4
1 files changed, 2 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 8f795ce83..de045584c 100644
--- a/packages/taler-wallet-webextension/src/components/styled/index.tsx
+++ b/packages/taler-wallet-webextension/src/components/styled/index.tsx
@@ -366,7 +366,7 @@ export const ExtraLargeText = styled.div`
font-size: x-large;
`
-export const SmallTextLight = styled(SmallText)`
+export const SmallLightText = styled(SmallText)`
color: gray;
`
@@ -375,7 +375,7 @@ export const CenteredText = styled.div`
text-align: center;
`
-export const CenteredTextBold = styled(CenteredText)`
+export const CenteredBoldText = styled(CenteredText)`
white-space: nowrap;
text-align: center;
font-weight: bold;