Merge pull request #5396 from aignatov-bio/ai-sci-8340-add-new-tags-colors

Add new tags colors [SCI-8340]
This commit is contained in:
artoscinote 2023-05-16 10:38:55 +02:00 committed by GitHub
commit 069d9e4708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,25 +172,16 @@ class Constants
# full syntax! # full syntax!
#============================================================================= #=============================================================================
TAG_COLORS = [ TAG_COLORS = %i(
'#6C159E', #104DA9
'#159B5E', #5EC66F
'#FF4500', #6F2DC1
'#008B8B', #E9A845
'#757575', #DF3562
'#2CB72C', #46C3C8
'#F5AD00', #3B99FD
'#0ECDC0', #98A2B3
'#15369E', ).freeze
'#FF69B4',
'#CD5C5C',
'#ADADAD',
'#6495ED',
'#DC143C',
'#FF8C00',
'#C71585',
'#000000'
].freeze
# Theme colors # Theme colors
BRAND_PRIMARY = '#104da9'.freeze # $brand-primary BRAND_PRIMARY = '#104da9'.freeze # $brand-primary