Skip to content

Commit

Permalink
[DDW-901] Fix yellow theme newsfeed sidebar message text color (input…
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac authored Oct 3, 2019
1 parent 21337e2 commit 7e9b0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/themes/daedalus/yellow.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 7e9b0cb

Please sign in to comment.