Skip to content

Commit fab83c5

Browse files
committed
[DDW-854] Update colors
1 parent be96669 commit fab83c5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const CARDANO_THEME_OUTPUT = {
166166
'--theme-connecting-background-color7': 'rgba(32, 34, 37, 0.91)',
167167
'--theme-connecting-background-color8': 'rgba(32, 34, 37, 1)',
168168
'--theme-connecting-text-color': '#fff',
169-
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
169+
'--theme-connecting-description-color': 'rgba(255, 255, 255, 0.7)',
170170
},
171171
dapps: {
172172
'--theme-dapp-transaction-request-separator': '#5e6066',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const DARK_BLUE_THEME_OUTPUT = {
165165
'--theme-connecting-background-color7': 'rgba(38, 51, 69, 0.91)',
166166
'--theme-connecting-background-color8': 'rgba(38, 51, 69, 1)',
167167
'--theme-connecting-text-color': '#fff',
168-
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
168+
'--theme-connecting-description-color': 'rgba(233, 244, 254, 0.7)',
169169
},
170170
dapps: {
171171
'--theme-dapp-transaction-request-separator': '#e9f4fe',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const DARK_CARDANO_THEME_OUTPUT = {
157157
'--theme-connecting-background-color7': 'rgba(54, 55, 77, 0.91)',
158158
'--theme-connecting-background-color8': 'rgba(54, 55, 77, 1)',
159159
'--theme-connecting-text-color': '#ffffff',
160-
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
160+
'--theme-connecting-description-color': 'rgba(255, 255, 255, 0.7)',
161161
},
162162
dapps: {
163163
'--theme-dapp-transaction-request-separator': '#ffffff',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const FLIGHT_CANDIDATE_THEME_OUTPUT = {
157157
'--theme-connecting-background-color7': 'rgba(54, 55, 77, 0.91)',
158158
'--theme-connecting-background-color8': 'rgba(54, 55, 77, 1)',
159159
'--theme-connecting-text-color': '#ffffff',
160-
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
160+
'--theme-connecting-description-color': 'rgba(255, 255, 255, 0.7)',
161161
},
162162
dapps: {
163163
'--theme-dapp-transaction-request-separator': '#ffffff',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const INCENTIVIZED_TESTNET_THEME_OUTPUT = {
158158
'--theme-connecting-background-color7': 'rgba(42, 43, 60, 0.91)',
159159
'--theme-connecting-background-color8': 'rgba(42, 43, 60, 1)',
160160
'--theme-connecting-text-color': '#ffffff',
161-
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
161+
'--theme-connecting-description-color': 'rgba(255, 255, 255, 0.7)',
162162
},
163163
dapps: {
164164
'--theme-dapp-transaction-request-separator': '#ffffff',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const SHELLEY_TESTNET_THEME_OUTPUT = {
157157
'--theme-connecting-background-color7': 'rgba(54, 55, 77, 0.91)',
158158
'--theme-connecting-background-color8': 'rgba(54, 55, 77, 1)',
159159
'--theme-connecting-text-color': '#ffffff',
160-
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
160+
'--theme-connecting-description-color': 'rgba(255, 255, 255, 0.7)',
161161
},
162162
dapps: {
163163
'--theme-dapp-transaction-request-separator': '#ffffff',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const WHITE_THEME_OUTPUT = {
160160
'--theme-connecting-background-color7': 'rgba(249, 249, 249, 0.91)',
161161
'--theme-connecting-background-color8': 'rgba(249, 249, 249, 1)',
162162
'--theme-connecting-text-color': '#2d2d2d',
163-
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
163+
'--theme-connecting-description-color': 'rgba(45, 45, 45, 0.7)',
164164
},
165165
dapps: {
166166
'--theme-dapp-transaction-request-separator': '#2d2d2d',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const YELLOW_THEME_OUTPUT = {
162162
'--theme-connecting-background-color7': 'rgba(255, 185, 35, 0.91)',
163163
'--theme-connecting-background-color8': 'rgba(255, 185, 35, 1)',
164164
'--theme-connecting-text-color': '#2d2d2d',
165-
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
165+
'--theme-connecting-description-color': 'rgba(45, 45, 45, 0.7)',
166166
},
167167
dapps: {
168168
'--theme-dapp-transaction-request-separator': '#2d2d2d',

0 commit comments

Comments
 (0)