Skip to content

Commit

Permalink
🐛 (llm) margin issue on my ledger screen
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey committed Dec 5, 2024
1 parent a28784d commit d5e9a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-vans-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": minor
---

Fix margin issue
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ export default function SelectDevice({
) : (
<Flex flex={1}>
<ScrollContainer
mb={4}
contentContainerStyle={{
flexGrow: 1,
justifyContent: "space-between",
Expand Down

0 comments on commit d5e9a2b

Please sign in to comment.