@dishopsaas/design-system 0.0.47 → 0.0.48
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -10606,7 +10606,7 @@ const w2 = /* @__PURE__ */ Ul(z2), W2 = Vl(kl)(({ orientation: e, theme: t }) =>
|
|
|
10606
10606
|
width: "max-content",
|
|
10607
10607
|
alignSelf: "flex-start",
|
|
10608
10608
|
marginLeft: 0,
|
|
10609
|
-
"&:hover": $ ? {} : { backgroundColor: N.palette.grey[100] },
|
|
10609
|
+
"&:hover": $ ? {} : { backgroundColor: N.palette.grey[100], borderRadius: N.borderRadius.xxxl },
|
|
10610
10610
|
...y
|
|
10611
10611
|
},
|
|
10612
10612
|
children: [
|