@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.
@@ -2077,6 +2077,7 @@ const Navigation = ({
2077
2077
  display: "flex",
2078
2078
  position: "relative",
2079
2079
  alignItems: "center",
2080
+ cursor: "pointer",
2080
2081
  transition: "padding 0.35s ease 0s",
2081
2082
  _hover: {
2082
2083
  backgroundColor: useColorModeValue('dove-gray.50', 'mirage.900'),