forked from External/greenlight
GRN2-134: Added Color Input for lighten and darken (#529)
* Added Color Input for lighten and darken * rspec
This commit is contained in:
committed by
Jesus Federico
parent
1a5cecc0c5
commit
9638ebcbc5
@ -116,6 +116,12 @@ module Greenlight
|
||||
# Default primary color if the user does not specify one
|
||||
config.primary_color_default = "#467fcf"
|
||||
|
||||
# Default primary color lighten if the user does not specify one
|
||||
config.primary_color_lighten_default = "#e8eff9"
|
||||
|
||||
# Default primary color darken if the user does not specify one
|
||||
config.primary_color_darken_default = "#316cbe"
|
||||
|
||||
# Default registration method if the user does not specify one
|
||||
config.registration_method_default = config.registration_methods[:open]
|
||||
|
||||
|
Reference in New Issue
Block a user