Przeglądaj źródła

corresponding primary dark color

Andy Scherzinger 9 lat temu
rodzic
commit
1533c6b52c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      res/values/colors.xml

+ 1 - 1
res/values/colors.xml

@@ -47,7 +47,7 @@
 
     <!-- standard material color definitions -->
     <color name="primary">@color/owncloud_blue</color>
-    <color name="primary_dark">#162233</color>
+    <color name="primary_dark">#006AA3</color>
 
     <!-- special transparent action bar colors for image preview -->
     <color name="owncloud_blue_transparent">#201D2D44</color>