Skip to content

Commit

Permalink
refactor: merge BottomDrawer containerStyle prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant committed Aug 28, 2024
1 parent 9d58923 commit 531bc03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-trains-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/native-ui": patch
---

refactor: merge BottomDrawer containerStyle prop
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function BottomDrawer({
{...restProps}
modalStyle={modalStyleOverrides.modal}
safeContainerStyle={modalStyleOverrides.safeContainer}
containerStyle={modalStyleOverrides.container}
containerStyle={[modalStyleOverrides.container, restProps.containerStyle]}
propagateSwipe={true}
>
{children}
Expand Down

0 comments on commit 531bc03

Please sign in to comment.