Keeps the transparency settings for statusbar and navigation for now.

This commit is contained in:
Vitor Pamplona
2025-04-24 16:55:21 -04:00
parent 95afed5045
commit f5a504077c
@@ -542,7 +542,9 @@ fun AmethystTheme(
insets.isAppearanceLightNavigationBars = !darkTheme
insets.isAppearanceLightStatusBars = !darkTheme
@Suppress("DEPRECATION")
window.statusBarColor = colors.transparentBackground.toArgb()
@Suppress("DEPRECATION")
window.navigationBarColor = colors.transparentBackground.toArgb()
view.setBackgroundColor(colors.background.toArgb())