@ctlyst.id/internal-ui 1.0.4-canary.0 → 1.0.4-canary.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2083,6 +2083,7 @@ const Navigation = ({
2083
2083
  display: "flex",
2084
2084
  position: "relative",
2085
2085
  alignItems: "center",
2086
+ cursor: "pointer",
2086
2087
  transition: "padding 0.35s ease 0s",
2087
2088
  _hover: {
2088
2089
  backgroundColor: react.useColorModeValue('dove-gray.50', 'mirage.900'),