Skip to content

Commit 337e602

Browse files
chore(lwd): change color for fee mode not selected
2 parents fe1d2b2 + 5134c20 commit 337e602

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/stale-colts-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ledger-live-desktop": minor
3+
---
4+
5+
chore(lwd): change color for fee mode not selected

apps/ledger-live-desktop/src/renderer/components/SendFeeMode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const SelectorContainer = styled.div`
2525
const Selector = styled(Tabbable)<{
2626
active: boolean;
2727
}>`
28-
color: ${p => (p.active ? p.theme.colors.neutral.c00 : p.theme.colors.neutral.c40)};
28+
color: ${p => (p.active ? p.theme.colors.neutral.c00 : p.theme.colors.neutral.c100)};
2929
background: ${p => (p.active ? p.theme.colors.primary.c80 : p.theme.colors.opacityDefault.c10)};
3030
padding: 4px 12px 4px 12px;
3131
`;

0 commit comments

Comments
 (0)