@lax-wp/design-system 0.8.13 → 0.8.14
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11917,7 +11917,7 @@ const P7 = ({
|
|
|
11917
11917
|
Xs,
|
|
11918
11918
|
{
|
|
11919
11919
|
className: V(
|
|
11920
|
-
"flex items-center justify-center
|
|
11920
|
+
"flex items-center justify-center !rounded-md hover:bg-neutral-200 dark:hover:bg-black-700",
|
|
11921
11921
|
{
|
|
11922
11922
|
"!bg-primary-50 dark:!bg-black-800": e === u
|
|
11923
11923
|
}
|