Browse Source

Merge pull request #510 from 01-Scripts/patch-1

Wrong color code provided for orange class.
Abdullah Almsaeed 9 years ago
parent
commit
ab07ef8c92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/UI/general.html

+ 1 - 1
pages/UI/general.html

@@ -574,7 +574,7 @@
                   <h4 class='text-center'>Orange</h4>
                   <div class='color-palette-set'>
                     <div class='bg-orange disabled color-palette'><span>Disabled</span></div>
-                    <div class='bg-orange color-palette'><span>#00a65a</span></div>
+                    <div class='bg-orange color-palette'><span>#ff851b</span></div>
                     <div class='bg-orange-active color-palette'><span>Active</span></div>
                   </div>
                 </div><!-- /.col -->