Skip to content

Commit bd97184

Browse files
committed
feat: Update SuperDropdown title in ThirdPage
- Update the title of `SuperDropdown` from "BottomBar Toolbar Show Mode" to "BottomBar Show Mode".
1 parent c04e1af commit bd97184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/commonMain/kotlin/ThirdPage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fun ThirdPage(
9797
) {
9898
Column {
9999
SuperDropdown(
100-
title = "BottomBar Toolbar Show Mode",
100+
title = "BottomBar Show Mode",
101101
items = listOf("IconOnly", "IconAndText", "TextOnly"),
102102
selectedIndex = floatingBottomBarShowMode,
103103
onSelectedIndexChange = onFloatingBottomBarShowModeChange

0 commit comments

Comments
 (0)