547 B
547 B
How to detect dark mode
Inside your Composable you can use isSystemInDarkTheme to detect if the device is running in dark mode.
val dark = isSystemInDarkTheme()
Inside your Composable you can use isSystemInDarkTheme to detect if the device is running in dark mode.
val dark = isSystemInDarkTheme()