Ignore detekt error.
This commit is contained in:
parent
6c968e6457
commit
747968321d
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ private val LightColorScheme = lightColorScheme(
|
|||
onSurface = Color(0xFF1C1B1F),
|
||||
*/
|
||||
)
|
||||
@Suppress("CompositionLocalAllowlist")
|
||||
val LocalIsDarkTheme = compositionLocalOf<Boolean> { error("Not defined") }
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue