diff options
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 74347ddc..0adb5967 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -36,9 +36,9 @@ <style name="FrostTheme.Splash" parent="Theme.AppCompat.NoActionBar"> <item name="android:windowBackground">@drawable/splash_screen</item> - <item name="android:navigationBarColor">@color/splashBackground</item> - <item name="colorPrimaryDark">@color/splashBackground</item> - <item name="colorAccent">@color/splashBackground</item> + <item name="android:navigationBarColor">@color/frost_splash_background</item> + <item name="colorPrimaryDark">@color/frost_splash_background</item> + <item name="colorAccent">@color/frost_splash_background</item> </style> <style name="FrostProgressBar" parent="Widget.AppCompat.ProgressBar.Horizontal"> |