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