Skip to content
Snippets Groups Projects
Commit e64e0104 authored by phortx's avatar phortx
Browse files

Reorders label colors for better "rainbow"

parent 5b32fda4
No related branches found
No related tags found
1 merge request!289Adds new label color suggestions
Loading
Loading
@@ -14,12 +14,6 @@ module LabelsHelper
 
def suggested_colors
[
'#CC0033',
'#FF0000',
'#D9534F',
'#D1D100',
'#F0AD4E',
'#AD8D43',
'#0033CC',
'#428BCA',
'#44AD8E',
Loading
Loading
@@ -32,9 +26,15 @@ module LabelsHelper
'#A295D6',
'#5843AD',
'#8E44AD',
'#AD4363',
'#FFECDB',
'#D10069'
'#AD4363',
'#D10069',
'#CC0033',
'#FF0000',
'#D9534F',
'#D1D100',
'#F0AD4E',
'#AD8D43'
]
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment