diff options
-rw-r--r-- | app/helpers/labels_helper.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/helpers/labels_helper.rb b/app/helpers/labels_helper.rb index bf9d9fd2496..a2e6244e8b3 100644 --- a/app/helpers/labels_helper.rb +++ b/app/helpers/labels_helper.rb @@ -14,12 +14,6 @@ module LabelsHelper def suggested_colors [ - '#CC0033', - '#FF0000', - '#D9534F', - '#D1D100', - '#F0AD4E', - '#AD8D43', '#0033CC', '#428BCA', '#44AD8E', @@ -32,9 +26,15 @@ module LabelsHelper '#A295D6', '#5843AD', '#8E44AD', - '#AD4363', '#FFECDB', - '#D10069' + '#AD4363', + '#D10069', + '#CC0033', + '#FF0000', + '#D9534F', + '#D1D100', + '#F0AD4E', + '#AD8D43' ] end |