From 9836fdbd2e5481835226e1975c78dd4bb50b76e1 Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Mon, 29 Oct 2018 16:55:07 +0100 Subject: [PATCH] darker description --- src/features/rewards/box/__snapshots__/spec.tsx.snap | 2 +- src/features/rewards/box/style.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/rewards/box/__snapshots__/spec.tsx.snap b/src/features/rewards/box/__snapshots__/spec.tsx.snap index 8c59a2ef4..6793dafed 100644 --- a/src/features/rewards/box/__snapshots__/spec.tsx.snap +++ b/src/features/rewards/box/__snapshots__/spec.tsx.snap @@ -89,7 +89,7 @@ exports[`Box tests basic tests matches the snapshot 1`] = ` -moz-letter-spacing: normal; -ms-letter-spacing: normal; letter-spacing: normal; - color: #a4aeb8; + color: #838391; } .c14 { diff --git a/src/features/rewards/box/style.ts b/src/features/rewards/box/style.ts index 663607504..b087c8be7 100644 --- a/src/features/rewards/box/style.ts +++ b/src/features/rewards/box/style.ts @@ -71,7 +71,7 @@ export const StyledDescription = styled<{}, 'div'>('div')` font-size: 14px; line-height: 1.29; letter-spacing: normal; - color: #a4aeb8; + color: #838391; ` export const StyledSettingsIcon = styled('button')`