@atom-learning/theme
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0-beta.6
@@ -18,3 +18,3 @@ export interface Theme { | ||
"alpha600": "#333333", | ||
"primaryLight": "#000000", | ||
"primaryLight": "#f0f6fe", | ||
"primary": "#1e71f6", | ||
@@ -21,0 +21,0 @@ "secondary": "#70c6ff", |
@@ -18,3 +18,3 @@ module.exports = { | ||
"alpha600": "hsla(0, 0%, 20%, 0.6)", | ||
"primaryLight": "hsl(0, 0%, 0%)", | ||
"primaryLight": "hsl(217, 92%, 97%)", | ||
"primary": "hsl(217, 92%, 54%)", | ||
@@ -21,0 +21,0 @@ "secondary": "hsl(204, 100%, 72%)", |
{ | ||
"name": "@atom-learning/theme", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0-beta.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
14468