feat: update demo

This commit is contained in:
2024-01-18 10:15:42 +08:00
parent 827fa6498a
commit e092e42ec0

View File

@@ -268,5 +268,5 @@ fun MainComponentPage(modifier: Modifier) {
Box(
modifier = modifier.fillMaxSize(),
contentAlignment = Alignment.Center
) { Text("To be implemented.") }
) { SecondaryText("To be implemented.", primaryFontSize = true) }
}