Skip to content

Commit 665760e

Browse files
RafaGonPRafaIfeel
authored andcommitted
INN-2535 Change Status Bar Color
- Changed statusBarColor in Theme.kt to brand_primary_700 as requested
1 parent 9efdab8 commit 665760e

File tree

1 file changed

+1
-1
lines changed
  • components/src/main/java/com/ifeel/components/ui/theme

1 file changed

+1
-1
lines changed

components/src/main/java/com/ifeel/components/ui/theme/Theme.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fun IfeelComponentsTheme(
7373
if (!view.isInEditMode) {
7474
SideEffect {
7575
val window = (view.context as Activity).window
76-
window.statusBarColor = color_brand_primary_500.toArgb()
76+
window.statusBarColor = color_brand_primary_700.toArgb()
7777
WindowCompat.getInsetsController(window, view).isAppearanceLightStatusBars = darkTheme
7878
}
7979
}

0 commit comments

Comments
 (0)