Skip to content

Commit f9d0f24

Browse files
[DDW-931] Use transparent border for estimated fees input
1 parent 8d77581 commit f9d0f24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/renderer/app/components/wallet/WalletSendForm.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
input {
5858
background-color: var(--rp-input-bg-color-disabled) !important;
59-
border-color: var(--rp-input-bg-color-disabled) !important;
59+
border-color: var(--rp-input-border-color-disabled) !important;
6060
font-family: var(--font-regular);
6161
pointer-events: none;
6262

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ export const CARDANO_THEME_OUTPUT = {
640640
'--rp-input-bg-color': '#ffffff',
641641
'--rp-input-bg-color-disabled': 'rgba(94, 96, 102, 0.05)',
642642
'--rp-input-border-color': 'rgba(94, 96, 102, 0.3)',
643-
'--rp-input-border-color-disabled': 'rgba(94, 96, 102, 0.05)',
643+
'--rp-input-border-color-disabled': 'transparent',
644644
'--rp-input-border-color-errored': '#ea4c5b',
645645
'--rp-input-border-color-focus': 'rgba(94, 96, 102, 0.7)',
646646
'--rp-input-line-height': '22px',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ export const LIGHT_BLUE_THEME_OUTPUT = {
637637
'--rp-input-bg-color': '#fafbfc',
638638
'--rp-input-bg-color-disabled': 'rgba(94, 96, 102, 0.05)',
639639
'--rp-input-border-color': '#c6cdd6',
640-
'--rp-input-border-color-disabled': 'rgba(94, 96, 102, 0.05)',
640+
'--rp-input-border-color-disabled': 'transparent',
641641
'--rp-input-border-color-errored': '#ea4c5b',
642642
'--rp-input-border-color-focus': 'rgba(94, 96, 102, 0.7)',
643643
'--rp-input-line-height': '22px',

0 commit comments

Comments
 (0)