anysystem-design 0.0.24 → 0.0.25
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.
|
@@ -161,7 +161,7 @@ const Je = ({ list: e }) => {
|
|
|
161
161
|
{
|
|
162
162
|
href: r == null ? void 0 : r.path,
|
|
163
163
|
className: x(
|
|
164
|
-
"flex w-full items-center justify-start gap-2 rounded p-3 font-semibold hover:bg-primary-50 dark:text-white dark:hover:bg-gray-800",
|
|
164
|
+
"flex w-full items-center justify-start gap-2 rounded p-3 font-semibold hover:bg-primary-50 dark:text-white dark:hover:bg-gray-800 cursor-pointer",
|
|
165
165
|
t.pathname === r.path ? "bg-primary-50 dark:bg-gray-800" : ""
|
|
166
166
|
),
|
|
167
167
|
onClick: r == null ? void 0 : r.onClick,
|