Skip to content

Commit

Permalink
[DDW-776] Fix wrong styling of the Stake Pool in the Dark Blue theme (#…
Browse files Browse the repository at this point in the history
…1484)

* DDW-776 Fix wrong styling of the Stake Pool in the Dark Blue theme

* DDW-776 CHANGELOG

* DDW-776 missing border for big pool

* [DDW-776] Stake pool thumb colors improvements

* [DDW-776] Apply new stake pool thumb colors to selection box
  • Loading branch information
thedanheller committed Jul 30, 2019
1 parent bbaebba commit 123c24d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/renderer/app/themes/daedalus/dark-cardano.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@ export const DARK_CARDANO_THEME_CONFIG = {
'--theme-delegation-steps-choose-stake-pool-selected-checkmark-icon-color':
'#ffffff',
'--theme-delegation-steps-choose-stake-pool-selected-slug-color': '#ffffff',
'--theme-delegation-steps-choose-stake-pool-thumb-background-color':
'rgba(42, 43, 60, 1)',
'--theme-delegation-steps-choose-stake-pool-thumb-border-color':
'rgba(255, 255, 255, 0.2)',
'--theme-delegation-steps-choose-stake-pool-title-color': '#ffffffcc',
'--theme-delegation-steps-choose-stake-pool-tooltip-arrow-color':
'#ffffffe6',
Expand Down
3 changes: 3 additions & 0 deletions source/renderer/app/themes/daedalus/white.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ export const WHITE_THEME_CONFIG = {
'--theme-delegation-steps-choose-stake-pool-selected-checkmark-icon-color':
'#fafbfc',
'--theme-delegation-steps-choose-stake-pool-selected-slug-color': '#fafbfc',
'--theme-delegation-steps-choose-stake-pool-thumb-background-color': '#fff',
'--theme-delegation-steps-choose-stake-pool-thumb-border-color':
'rgba(45, 45, 45, 0.1)',
'--theme-delegation-steps-choose-stake-pool-title-color': '#2d2d2dcc',
'--theme-delegation-steps-choose-stake-pool-tooltip-arrow-color':
'#2d2d2de6',
Expand Down
2 changes: 2 additions & 0 deletions source/renderer/app/themes/daedalus/yellow.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ export const YELLOW_THEME_CONFIG = {
'--theme-delegation-steps-choose-stake-pool-selected-checkmark-icon-color':
'#fafbfc',
'--theme-delegation-steps-choose-stake-pool-selected-slug-color': '#fafbfc',
'--theme-delegation-steps-choose-stake-pool-thumb-background-color': '#fff',
'--theme-delegation-steps-choose-stake-pool-thumb-border-color': '#e1dac6',
'--theme-delegation-steps-choose-stake-pool-title-color': '#2d2d2dcc',
'--theme-delegation-steps-choose-stake-pool-tooltip-arrow-color':
'#2d2d2de6',
Expand Down

0 comments on commit 123c24d

Please sign in to comment.