@acorex/styles 5.0.10 → 5.0.11

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": "5.0.10",
3
+ "version": "5.0.11",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -72,7 +72,7 @@
72
72
  }
73
73
  // normal
74
74
  &.ax-primary {
75
- @apply ax-shadow-sm ax-bg-primary-500 ax-text-primary-fore ax-border-transparent;
75
+ @apply ax-shadow-sm ax-bg-primary-500 ax-text-primary-fore ax-border-transparent dark:ax-bg-danger-500;
76
76
  &:hover {
77
77
  @apply ax-bg-primary-600;
78
78
  }