Refine bottom sheet layout

This commit is contained in:
Alfonso Grillo
2022-11-08 18:04:42 +01:00
parent 671dfa660d
commit 6d5bc35ce4
4 changed files with 20 additions and 10 deletions
@@ -39,7 +39,7 @@ final class InfoSheetCoordinator: Coordinator, Presentable {
let view = InfoSheet(viewModel: viewModel.context)
infoSheetViewModel = viewModel
let controller = VectorHostingController(rootView: view)
controller.bottomSheetPreferences = .init()
controller.bottomSheetPreferences = .init(cornerRadius: 24)
infoSheetHostingController = controller
}