Skip to content

Commit

Permalink
fix(mobile): update lotties for LNX BLE pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrogerlux committed Oct 25, 2022
1 parent 61240d2 commit bef9e24
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-pens-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Fix lotties for LNX new Bluetooth pairing flow
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/src/animations/nanoX/BlePaired/dark.json
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/src/animations/nanoX/BlePaired/light.json
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/src/animations/nanoX/BlePairing/dark.json
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/src/animations/nanoX/BlePairing/light.json
100644 → 100755

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,7 @@ export const BleDevicePairing = ({

return (
<DeviceSetupView onClose={handleClose}>
<Flex
flex={1}
px={10}
pt={36}
justifyContent="center"
alignItems="center"
>
<Flex flex={1} px={10} pt={36} alignItems="center">
{content}
</Flex>
</DeviceSetupView>
Expand Down

0 comments on commit bef9e24

Please sign in to comment.