Skip to content

Commit

Permalink
fix: LLD Stax post onboarding text color light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed Jun 4, 2024
1 parent bc92d16 commit 35c5389
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silent-suns-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": minor
---

Fix Stax post onboarding text color with light mode
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Body = styled.div`
`;

const Title = styled.div`
color: white;
color: ${p => p.theme.colors.neutral.c100};
font-weight: 600;
font-size: 14px;
Expand Down

0 comments on commit 35c5389

Please sign in to comment.