Skip to content

Commit bc206b3

Browse files
[DDW-931] Fix incorrect disabled dropdown background for cardano theme
1 parent f9d0f24 commit bc206b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ export const CARDANO_THEME_OUTPUT = {
700700
'--rp-select-arrow-bg-color': 'rgba(94, 96, 102, 0.3)',
701701
'--rp-select-arrow-bg-color-open': 'rgba(94, 96, 102, 0.7)',
702702
'--rp-select-input-bg-color': 'transparent',
703-
'--rp-select-input-bg-color-disabled': 'rgba(45, 45, 45, 0.05)',
703+
'--rp-select-input-bg-color-disabled': 'rgba(255, 255, 255, 0.05)',
704704
'--rp-select-input-border-color': 'rgba(94, 96, 102, 0.3)',
705705
'--rp-select-input-border-color-focus': 'rgba(94, 96, 102, 0.7)',
706706
'--rp-select-input-border-color-disabled': 'transparent',

0 commit comments

Comments
 (0)