@momo-kits/native-kits 0.157.1-test.6-debug → 0.157.1-test.7-debug
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/compose/build.gradle.kts
CHANGED
|
@@ -180,6 +180,8 @@ val darkTheme = Theme(
|
|
|
180
180
|
|
|
181
181
|
val AppTheme = staticCompositionLocalOf { defaultTheme }
|
|
182
182
|
|
|
183
|
+
val AppThemeController = staticCompositionLocalOf<(Theme) -> Unit> { {} }
|
|
184
|
+
|
|
183
185
|
val AppStatusBar = staticCompositionLocalOf { 0.dp }
|
|
184
186
|
|
|
185
187
|
val AppNavigationBar = staticCompositionLocalOf { 0.dp }
|