This commit is contained in:
2024-11-06 16:15:44 +05:30
parent 90444ac8b7
commit 4dc6df4357
10 changed files with 64 additions and 31 deletions

View File

@@ -145,7 +145,7 @@ const NormalTable = ({
)
: data?.map((item, index) => (
<Tr
cursor={"pointer"}
// cursor={"pointer"}
transition={"0.2s all"}
maxH={8}
bg={index % 2 === 0 ? "" : "forestGreen.50"}