Skip to content

Commit df0f5d6

Browse files
author
Lucas Araujo
committed
[DDW-923] Review: change border color
1 parent ca9ea0e commit df0f5d6

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

source/renderer/app/themes/daedalus/cardano.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ export const CARDANO_THEME_OUTPUT = {
896896
'--theme-staking-font-color-light': 'rgba(94, 96, 102, 0.7)',
897897
'--theme-staking-font-color-lighter': 'rgba(94, 96, 102, 0.5)',
898898
'--theme-staking-table-head-background-color': 'rgba(32, 34, 37, 0.07)',
899-
'--theme-staking-table-border-color': '#d2d3d3',
899+
'--theme-staking-table-border-color': 'rgba(94, 96, 102, 0.15)',
900900
'--theme-staking-link-color': 'rgba(28, 172, 99, 1)',
901901
'--theme-staking-link-color-light': 'rgba(28, 172, 99, 0.7)',
902902
'--theme-staking-progress-bar-background-color': 'rgba(32, 34, 37, 0.1)',

source/renderer/app/themes/daedalus/dark-blue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ export const DARK_BLUE_THEME_OUTPUT = {
900900
'--theme-staking-font-color-light': 'rgba(233, 244, 254, 0.7)',
901901
'--theme-staking-font-color-lighter': 'rgba(233, 244, 254, 0.5)',
902902
'--theme-staking-table-head-background-color': '#536370',
903-
'--theme-staking-table-border-color': '#c6cdd6',
903+
'--theme-staking-table-border-color': 'rgba(233, 244, 254, 0.15)',
904904
'--theme-staking-link-color': 'rgba(32, 181, 107, 1)',
905905
'--theme-staking-link-color-light': 'rgba(32, 181, 107, 0.7)',
906906
'--theme-staking-progress-bar-background-color': 'rgba(233, 244, 254, 0.1)',

source/renderer/app/themes/daedalus/dark-cardano.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ export const DARK_CARDANO_THEME_OUTPUT = {
885885
'--theme-staking-font-color-light': '#ffffffb3',
886886
'--theme-staking-font-color-lighter': 'rgba(255, 255, 255, 0.5)',
887887
'--theme-staking-table-head-background-color': 'rgba(255, 255, 255, 0.07)',
888-
'--theme-staking-table-border-color': 'rgba(255, 255, 255, 0.2)',
888+
'--theme-staking-table-border-color': 'rgba(255, 255, 255, 0.15)',
889889
'--theme-staking-link-color': '#1fc1c3',
890890
'--theme-staking-link-color-light': 'rgba(31, 193, 195, 0.7)',
891891
'--theme-staking-progress-bar-background-color':

source/renderer/app/themes/daedalus/flight-candidate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ export const FLIGHT_CANDIDATE_THEME_OUTPUT = {
883883
'--theme-staking-font-color-light': '#ffffffb3',
884884
'--theme-staking-font-color-lighter': 'rgba(255, 255, 255, 0.5)',
885885
'--theme-staking-table-head-background-color': 'rgba(255, 255, 255, 0.07)',
886-
'--theme-staking-table-border-color': 'rgba(255, 255, 255, 0.2)',
886+
'--theme-staking-table-border-color': 'rgba(255, 255, 255, 0.15)',
887887
'--theme-staking-link-color': '#ffb923',
888888
'--theme-staking-link-color-light': 'rgba(255, 185, 35, 0.7)',
889889
'--theme-staking-progress-bar-background-color':

source/renderer/app/themes/daedalus/incentivized-testnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ export const INCENTIVIZED_TESTNET_THEME_OUTPUT = {
886886
'--theme-staking-font-color-light': '#ffffffb3',
887887
'--theme-staking-font-color-lighter': 'rgba(255, 255, 255, 0.5)',
888888
'--theme-staking-table-head-background-color': 'rgba(255, 255, 255, 0.07)',
889-
'--theme-staking-table-border-color': 'rgba(255, 255, 255, 0.2)',
889+
'--theme-staking-table-border-color': 'rgba(255, 255, 255, 0.15)',
890890
'--theme-staking-link-color': 'rgba(246, 154, 178, 1)',
891891
'--theme-staking-link-color-light': 'rgba(246, 154, 178, 0.7)',
892892
'--theme-staking-progress-bar-background-color':

source/renderer/app/themes/daedalus/light-blue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ export const LIGHT_BLUE_THEME_OUTPUT = {
892892
'--theme-staking-font-color-light': 'rgba(94, 96, 102, 0.7)',
893893
'--theme-staking-font-color-lighter': 'rgba(94, 96, 102, 0.5)',
894894
'--theme-staking-table-head-background-color': '#f1f3f5',
895-
'--theme-staking-table-border-color': '#c6cdd6',
895+
'--theme-staking-table-border-color': 'rgba(94, 96, 102, 0.15)',
896896
'--theme-staking-link-color': 'rgba(41, 111, 208, 1)',
897897
'--theme-staking-link-color-light': 'rgba(41, 111, 208, 0.7)',
898898
'--theme-staking-progress-bar-background-color': 'rgba(52, 70, 94, 0.1)',

source/renderer/app/themes/daedalus/shelley-testnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ export const SHELLEY_TESTNET_THEME_OUTPUT = {
883883
'--theme-staking-font-color-light': '#ffffffb3',
884884
'--theme-staking-font-color-lighter': 'rgba(255, 255, 255, 0.5)',
885885
'--theme-staking-table-head-background-color': 'rgba(255, 255, 255, 0.07)',
886-
'--theme-staking-table-border-color': 'rgba(255, 255, 255, 0.2)',
886+
'--theme-staking-table-border-color': 'rgba(255, 255, 255, 0.15)',
887887
'--theme-staking-link-color': '#898ee6',
888888
'--theme-staking-link-color-light': 'rgba(137, 142, 230, 0.7)',
889889
'--theme-staking-progress-bar-background-color':

source/renderer/app/themes/daedalus/white.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ export const WHITE_THEME_OUTPUT = {
886886
'--theme-staking-font-color-light': '#2d2d2db3',
887887
'--theme-staking-font-color-lighter': 'rgba(45, 45, 45, 0.5)',
888888
'--theme-staking-table-head-background-color': '#f9f9f9',
889-
'--theme-staking-table-border-color': 'rgba(45, 45, 45, 0.1)',
889+
'--theme-staking-table-border-color': 'rgba(45, 45, 45, 0.15)',
890890
'--theme-staking-link-color': '#29b595',
891891
'--theme-staking-link-color-light': 'rgba(41, 181, 149, 0.7)',
892892
'--theme-staking-progress-bar-background-color': 'rgba(94, 96, 102, 0.07)',

source/renderer/app/themes/daedalus/yellow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ export const YELLOW_THEME_OUTPUT = {
882882
'--theme-staking-font-color-light': '#2d2d2db3',
883883
'--theme-staking-font-color-lighter': 'rgba(45, 45, 45, 0.5)',
884884
'--theme-staking-table-head-background-color': 'rgba(45, 45, 45, 0.07)',
885-
'--theme-staking-table-border-color': '#e1dac6',
885+
'--theme-staking-table-border-color': 'rgba(45, 45, 45, 0.15)',
886886
'--theme-staking-link-color': '#d6902f',
887887
'--theme-staking-link-color-light': 'rgba(214, 144, 47, 0.7)',
888888
'--theme-staking-progress-bar-background-color': 'rgba(45, 45, 45, 0.07)',

0 commit comments

Comments
 (0)