@nuvoui/core 1.4.6 → 1.4.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuvoui/core",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "NuvoUI is a human-friendly SCSS framework designed for simplicity, and modern responsive designs.",
5
5
  "author": {
6
6
  "name": "AALA IT Solutions",
@@ -35,7 +35,7 @@ $colors-primitives: ();
35
35
  --inverted-#{$token}: #{map.get(config-theme.$light-theme, $token)};
36
36
  }
37
37
 
38
- --button-text-color: #{map.get(config-theme.$light-theme, "text-default")};
38
+ --button-text-color: #{map.get(config-theme.$light-theme, "text-color")};
39
39
  --button-bg-color: var(--primary);
40
40
  --button-bg-color-hover: var(--primary-400);
41
41
  --link-color: var(--primary);
@@ -70,7 +70,7 @@ $colors-primitives: ();
70
70
  }
71
71
 
72
72
  // Light theme variables
73
- --button-text-color: #{map.get(config-theme.$dark-theme, "text-default")};
73
+ --button-text-color: #{map.get(config-theme.$dark-theme, "text-color")};
74
74
  --button-bg-color: var(--primary);
75
75
  --button-bg-color-hover: var(--primary-600);
76
76
  --link-color: var(--primary);