|
|
|
@ -29,6 +29,7 @@ module.exports = { |
|
|
|
DEFAULT: colorWithOpacity("--color-secondary-base"), |
|
|
|
DEFAULT: colorWithOpacity("--color-secondary-base"), |
|
|
|
gradient: colorWithOpacity("--color-secondary-gradient"), |
|
|
|
gradient: colorWithOpacity("--color-secondary-gradient"), |
|
|
|
bgdisabled: '#e4e9ed', |
|
|
|
bgdisabled: '#e4e9ed', |
|
|
|
|
|
|
|
hover: "#d35e0f", |
|
|
|
}, |
|
|
|
}, |
|
|
|
tertiary: { |
|
|
|
tertiary: { |
|
|
|
DEFAULT: colorWithOpacity("--color-tertiary-base"), |
|
|
|
DEFAULT: colorWithOpacity("--color-tertiary-base"), |
|
|
|
|