Skip to content

Commit

Permalink
Merge pull request #6211 from LedgerHQ/fix/underline-a-in-alert-release
Browse files Browse the repository at this point in the history
Fix Release LLD - Underline a tags in Alert messages
  • Loading branch information
KVNLS authored Feb 15, 2024
2 parents c729c7e + 1eb8a32 commit 49e7e5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-cameras-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Fix underline on a tags in alert messages
4 changes: 4 additions & 0 deletions apps/ledger-live-desktop/src/renderer/components/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ const Content = styled(Box).attrs(() => ({
flex: 1,
}))`
word-break: break-word;
a {
cursor: pointer;
text-decoration: underline;
}
`;
const CloseContainer = styled(Box)`
z-index: 1;
Expand Down

0 comments on commit 49e7e5c

Please sign in to comment.