From a80dd1d7079052c1ad05f16707b4cbce509e8e3a Mon Sep 17 00:00:00 2001 From: Nikola Glumac Date: Thu, 3 Oct 2019 10:43:37 +0200 Subject: [PATCH] [DDW-901] Fix yellow theme newsfeed sidebar message text color --- CHANGELOG.md | 2 +- source/renderer/app/themes/daedalus/yellow.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4cb575758..f3d0a075b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Changelog ### Features -- Implemented "Newsfeed" feature ([PR 1570](https://github.com/input-output-hk/daedalus/pull/1570)) +- Implemented "Newsfeed" feature ([PR 1570](https://github.com/input-output-hk/daedalus/pull/1570), [PR 1578](https://github.com/input-output-hk/daedalus/pull/1578)) - Implemented "Wallet recovery phrase verification" feature ([PR 1565](https://github.com/input-output-hk/daedalus/pull/1565)) - Implemented new "Automated update" notification design ([PR 1491](https://github.com/input-output-hk/daedalus/pull/1491)) - Improved "Wallets" list scrollbar UX ([PR 1475](https://github.com/input-output-hk/daedalus/pull/1475)) diff --git a/source/renderer/app/themes/daedalus/yellow.js b/source/renderer/app/themes/daedalus/yellow.js index 594846fc36..4e97a43797 100644 --- a/source/renderer/app/themes/daedalus/yellow.js +++ b/source/renderer/app/themes/daedalus/yellow.js @@ -359,7 +359,7 @@ export const YELLOW_THEME_OUTPUT = { '--theme-news-feed-icon-dot-background-color': '#be0b0b', '--theme-news-feed-icon-toggle-hover-background-color': 'rgba(0, 0, 0, 0.1)', - '--theme-news-feed-no-fetch-color': '#fafbfc', + '--theme-news-feed-no-fetch-color': '#2d2d2d', }, newsItem: { '--theme-news-item-action-button-background-color': 'rgba(0, 0, 0, 0.1)',