@simplybusiness/theme-core 7.8.8 → 7.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.css +2 -1
- package/package.json +1 -1
- package/src/variables.css +2 -1
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -2893,7 +2893,8 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2893
2893
|
--color-primary-light:var(--color-azure-400);
|
|
2894
2894
|
--color-primary-lighter:var(--color-azure-300);
|
|
2895
2895
|
--color-primary:var(--color-azure-500);
|
|
2896
|
-
--color-primary-
|
|
2896
|
+
--color-primary-darker:var(--color-azure-600);
|
|
2897
|
+
--color-primary-hover:var(--color-primary-darker);
|
|
2897
2898
|
--color-secondary:var(--color-azure-500);
|
|
2898
2899
|
--color-secondary-hover:var(--color-azure-600);
|
|
2899
2900
|
--color-focus:var(--color-bubblegum-500);
|
package/package.json
CHANGED
package/src/variables.css
CHANGED
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
--color-primary-light: var(--color-azure-400);
|
|
46
46
|
--color-primary-lighter: var(--color-azure-300);
|
|
47
47
|
--color-primary: var(--color-azure-500);
|
|
48
|
-
--color-primary-
|
|
48
|
+
--color-primary-darker: var(--color-azure-600);
|
|
49
|
+
--color-primary-hover: var(--color-primary-darker);
|
|
49
50
|
|
|
50
51
|
/* Secondary */
|
|
51
52
|
--color-secondary: var(--color-azure-500);
|