|
|
@ -185,7 +185,12 @@ internal fun NiaApp(
|
|
|
|
containerColor = Color.Transparent,
|
|
|
|
containerColor = Color.Transparent,
|
|
|
|
contentColor = MaterialTheme.colorScheme.onBackground,
|
|
|
|
contentColor = MaterialTheme.colorScheme.onBackground,
|
|
|
|
contentWindowInsets = WindowInsets(0, 0, 0, 0),
|
|
|
|
contentWindowInsets = WindowInsets(0, 0, 0, 0),
|
|
|
|
snackbarHost = { SnackbarHost(snackbarHostState) },
|
|
|
|
snackbarHost = {
|
|
|
|
|
|
|
|
SnackbarHost(
|
|
|
|
|
|
|
|
snackbarHostState,
|
|
|
|
|
|
|
|
modifier = Modifier.windowInsetsPadding(WindowInsets.safeDrawing),
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
},
|
|
|
|
) { padding ->
|
|
|
|
) { padding ->
|
|
|
|
Column(
|
|
|
|
Column(
|
|
|
|
Modifier
|
|
|
|
Modifier
|
|
|
|