@hixme-ui/theme
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -30,3 +30,3 @@ 'use strict'; | ||
blue: '#3997E2', | ||
darkBlue: '#5874d0', | ||
darkBlue: '#003146', // '#5874d0', | ||
red: '#FF1442', | ||
@@ -114,3 +114,3 @@ yellow: '#E0BC4D', | ||
default: colors.darkBlue, | ||
hover: '#313677' | ||
hover: '#00a0a8' | ||
}, | ||
@@ -123,3 +123,3 @@ grey: { | ||
default: colors.darkBlue, | ||
hover: '#313677' | ||
hover: '#00a0a8' | ||
}, | ||
@@ -126,0 +126,0 @@ red: { |
{ | ||
"name": "@hixme-ui/theme", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "hixme-ui theme", | ||
@@ -87,3 +87,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "dffadfa1556246f46edfb077a8ddb58b89beaf48" | ||
"gitHead": "0f12e2e39bf7c488f1f78676616185bf3102ff1d" | ||
} |
@@ -13,3 +13,3 @@ export const colors = { | ||
blue: '#3997E2', | ||
darkBlue: '#5874d0', | ||
darkBlue: '#003146', // '#5874d0', | ||
red: '#FF1442', | ||
@@ -97,3 +97,3 @@ yellow: '#E0BC4D', | ||
default: colors.darkBlue, | ||
hover: '#313677', | ||
hover: '#00a0a8', | ||
}, | ||
@@ -106,3 +106,3 @@ grey: { | ||
default: colors.darkBlue, | ||
hover: '#313677', | ||
hover: '#00a0a8', | ||
}, | ||
@@ -109,0 +109,0 @@ red: { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47900