1.2.4稳定版 #3

Merged
yovinchen merged 40 commits from develop into master 2024-12-05 16:52:26 +08:00
Showing only changes of commit 76d0286883 - Show all commits

View File

@ -27,7 +27,7 @@ fun CategoryPieChart(
modifier: Modifier = Modifier,
onCategoryClick: (String) -> Unit = {}
) {
val isDarkTheme = isSystemInDarkTheme()
isSystemInDarkTheme()
val textColor = MaterialTheme.colorScheme.onSurface.toArgb()
AndroidView(