Skip to content

Commit

Permalink
fix: adjust drawer content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Mar 7, 2024
1 parent 1843675 commit b146aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/drawer/src/views/DrawerContentScrollView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ function DrawerContentScrollViewInner(
ref={ref}
contentContainerStyle={[
{
paddingTop: insets.top + 4,
paddingTop: insets.top + 10,
paddingBottom: insets.bottom + 10,
paddingStart: !isRight ? insets.left : 0,
paddingEnd: isRight ? insets.right : 0,
},
Expand Down

0 comments on commit b146aed

Please sign in to comment.