mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-12-12 13:13:44 +08:00
refactor: rename isDynamicColorsAvailable to isDynamicColorAvailable
This commit is contained in:
@@ -32,7 +32,7 @@ import com.highcapable.betterandroid.ui.extension.graphics.mixColorOf
|
||||
|
||||
@Composable
|
||||
@ReadOnlyComposable
|
||||
actual fun isDynamicColorsAvailable() = SystemColors.isAvailable
|
||||
actual fun isDynamicColorAvailable() = SystemColors.isAvailable
|
||||
|
||||
internal actual val DynamicLightColors
|
||||
@Composable
|
||||
|
||||
Reference in New Issue
Block a user