Skip to content

Commit 977d3d3

Browse files
committed
[DDW-854] Update description color
1 parent 92fe9da commit 977d3d3

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

source/renderer/app/components/loading/syncing-connecting/SyncingConnectingStatus.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
}
2020

2121
.description {
22+
color: var(--theme-connecting-description-color);
2223
font-family: var(--font-regular);
2324
font-size: 16px;
2425
line-height: 22px;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +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)',
169170
},
170171
dapps: {
171172
'--theme-dapp-transaction-request-separator': '#5e6066',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +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)',
168169
},
169170
dapps: {
170171
'--theme-dapp-transaction-request-separator': '#e9f4fe',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +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)',
160161
},
161162
dapps: {
162163
'--theme-dapp-transaction-request-separator': '#ffffff',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +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)',
160161
},
161162
dapps: {
162163
'--theme-dapp-transaction-request-separator': '#ffffff',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +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)',
161162
},
162163
dapps: {
163164
'--theme-dapp-transaction-request-separator': '#ffffff',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export const LIGHT_BLUE_THEME_OUTPUT = {
165165
'--theme-connecting-background-color7': 'rgba(28, 62, 101, 0.91)',
166166
'--theme-connecting-background-color8': 'rgba(28, 62, 101, 1)',
167167
'--theme-connecting-text-color': '#fff',
168+
'--theme-connecting-description-color': 'rgba(250, 251, 252, 0.7)',
168169
},
169170
dapps: {
170171
'--theme-dapp-transaction-request-separator': '#5e6066',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +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)',
160161
},
161162
dapps: {
162163
'--theme-dapp-transaction-request-separator': '#ffffff',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +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)',
163164
},
164165
dapps: {
165166
'--theme-dapp-transaction-request-separator': '#2d2d2d',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +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)',
165166
},
166167
dapps: {
167168
'--theme-dapp-transaction-request-separator': '#2d2d2d',

0 commit comments

Comments
 (0)