Update Navbar.kt

This commit is contained in:
InsanusMokrassar 2022-05-19 15:23:04 +06:00 committed by GitHub
parent faf238cf07
commit ec584798ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ fun Navbar(
) {
Nav(
{
include(UIKitNavbar, UIKitNavbar.Container)
include(UIKitNavbar, UIKitNavbar(), UIKitNavbar.Container)
attributesCustomizer()
}
) {