Skip to content

Commit

Permalink
[FIX][Fixed bottom sheet height]
Browse files Browse the repository at this point in the history
  • Loading branch information
developersancho committed Mar 12, 2022
1 parent dd3ea78 commit ce93166
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ struct FavoritesScreen: View {
}
.bottomSheet(
isPresented: $bottomSheetShown,
height: 260,
topBarHeight: 0,
height: 280,
topBarHeight: 10,
contentBackgroundColor: Color.Primary,
topBarBackgroundColor: Color.Primary,
showTopIndicator: false,
Expand Down

0 comments on commit ce93166

Please sign in to comment.