mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Refine bottom sheet layout
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user