@acorex/styles 21.0.0-next.67 → 21.0.0-next.68

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": "@acorex/styles",
3
- "version": "21.0.0-next.67",
3
+ "version": "21.0.0-next.68",
4
4
  "main": "index.css",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -2742,11 +2742,15 @@ html.dark {
2742
2742
  }
2743
2743
 
2744
2744
  @utility bg-default {
2745
- border-color: var(--color-bg-default);
2745
+ background-color: var(--color-bg-default);
2746
2746
  }
2747
2747
 
2748
2748
  @utility text-default {
2749
- border-color: var(--color-text-default);
2749
+ color: var(--color-text-default);
2750
+ }
2751
+
2752
+ @utility text {
2753
+ color: var(--color-text-default);
2750
2754
  }
2751
2755
 
2752
2756
  @utility border-default {