mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 11:34:18 +08:00
feat: update demo
This commit is contained in:
@@ -268,5 +268,5 @@ fun MainComponentPage(modifier: Modifier) {
|
|||||||
Box(
|
Box(
|
||||||
modifier = modifier.fillMaxSize(),
|
modifier = modifier.fillMaxSize(),
|
||||||
contentAlignment = Alignment.Center
|
contentAlignment = Alignment.Center
|
||||||
) { Text("To be implemented.") }
|
) { SecondaryText("To be implemented.", primaryFontSize = true) }
|
||||||
}
|
}
|
Reference in New Issue
Block a user