@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
@@ -126,7 +126,7 @@
|
|
126
126
|
|
127
127
|
&.ax-look-pills-color {
|
128
128
|
ax-tab-item {
|
129
|
-
@apply ax-text-light-fore ax-
|
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;
|