Browse Source

chore: fix section title in the demo app

pull/4500/head
Chanjung Kim 3 months ago
parent
commit
f0be61b59b
  1. 2
      components/resources/demo/shared/src/commonMain/kotlin/org/jetbrains/compose/resources/demo/shared/FileRes.kt

2
components/resources/demo/shared/src/commonMain/kotlin/org/jetbrains/compose/resources/demo/shared/FileRes.kt

@ -51,7 +51,7 @@ fun FileRes(paddingValues: PaddingValues) {
)
Text(
modifier = Modifier.padding(16.dp),
text = "File: 'files/icon.xml'",
text = "File: 'files/platform-text.txt'",
style = MaterialTheme.typography.titleLarge
)
OutlinedCard(

Loading…
Cancel
Save