Skip to content

Commit 3272eff

Browse files
committed
fix config demo
1 parent 1af2bb7 commit 3272eff

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

BottomSheetDemo/Sources/User Interface/Screens/Root/RootViewController.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ final class RootViewController: UIViewController {
5353
let viewController = ResizeViewController(initialHeight: 300)
5454
presentBottomSheetInsideNavigationController(
5555
viewController: viewController,
56-
configuration: BottomSheetConfiguration(
57-
cornerRadius: 10,
58-
pullBarConfiguration: .visible(.init(height: 50)),
59-
shadowConfiguration: .init(backgroundColor: UIColor.black.withAlphaComponent(0.6), blur: .light)
60-
)
56+
configuration: .default
6157
)
6258
}
6359
}

0 commit comments

Comments
 (0)