design-system-silkhaus 2.17.3 → 2.17.4
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.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39799,7 +39799,7 @@ const ZK = (e) => {
|
|
|
39799
39799
|
"div",
|
|
39800
39800
|
{
|
|
39801
39801
|
className: He(
|
|
39802
|
-
"ds-flex ds-gap-4 ds-bg-white ds-
|
|
39802
|
+
"ds-flex ds-gap-4 ds-bg-white ds-p-4 hover:ds-bg-[#F6F8FC]",
|
|
39803
39803
|
s && "ds-cursor-pointer",
|
|
39804
39804
|
t
|
|
39805
39805
|
),
|