@acorex/styles 5.0.53 → 5.0.54

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.53",
3
+ "version": "5.0.54",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -126,7 +126,7 @@
126
126
 
127
127
  &.ax-look-pills-color {
128
128
  ax-tab-item {
129
- @apply ax-text-light-fore ax-me-1 ax-rounded dark:ax-text-primary-200;
129
+ @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-primary-200;
130
130
 
131
131
  &:hover {
132
132
  @apply ax-bg-primary-100 ax-text-primary-500 dark:ax-text-primary-50 dark:ax-bg-primary-500;