File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
compose-multiplatform-material/src/jsMain/kotlin/com/huanshankeji/compose/material
commonMain/kotlin/com/huanshankeji/compose/material/demo Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ actual fun TopAppBarScaffold(
7272 TopAppBar {
7373 Row {
7474 Section (align = MDCTopAppBarSectionAlign .Start ) {
75- navigationIcon?.let { NavButton { NavigationIconScope (this @Section).it() } }
75+ navigationIcon?.let { NavigationIconScope (this @Section).it() }
7676 Title { title() }
7777 }
7878 Section (
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import com.huanshankeji.compose.material.icon.MaterialIcons
99@Composable
1010fun App () {
1111 TopAppBarScaffold ({
12- Text (" Demo " )
12+ Text (" Compose Multiplatform Material demo " )
1313 }, {
1414 MaterialIconNavButton ({}, MaterialIcons .Menu )
1515 }, {
Original file line number Diff line number Diff line change 55 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
66 < meta charset ="UTF-8 ">
77 < title > Compose Multiplatform Material demo</ title >
8+ < link href ="https://fonts.googleapis.com/css?family=Material+Icons&display=block " rel ="stylesheet ">
89</ head >
910
1011< body >
You can’t perform that action at this time.
0 commit comments