This commit is contained in:
2024-11-04 15:52:47 +05:30
parent 50999e1462
commit 4140d61b4d

View File

@@ -228,7 +228,7 @@ const toast = useToast()
bg={colorMode === "light" ? "#DEDBEB" : "#393939"}
color={colorMode === "light" ? "#230A79" : "#fff"}
cursor={'pointer'}
onClick={()=>navigate(`/transaction/${searchTerm}`)}
// onClick={()=>navigate(`/transaction/${searchTerm}`)}
border={`1px solid ${
colorMode === "light" ? "#230A79" : "#565252"
}`}