Skip to content

Commit d9f9ba5

Browse files
fix troubleshoot button hover effect (#1266)
1 parent 8fa1717 commit d9f9ba5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/yellow-crabs-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ledger-live-desktop": patch
3+
---
4+
5+
Fix hover effect troubleshoot USB button

apps/ledger-live-desktop/src/renderer/components/ConnectTroubleshooting.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const ConnectTroubleshooting = ({
3939
</Text>
4040
</Box>
4141
<Box flex="1" />
42-
<ConnectTroubleshootingHelpButton buttonProps={{ primary: true }} />
42+
<ConnectTroubleshootingHelpButton />
4343
</Wrapper>
4444
) : null;
4545
};

0 commit comments

Comments
 (0)