This commit is contained in:
2024-10-21 17:23:22 +05:30
parent be792580b7
commit e94917fdbf

View File

@@ -162,7 +162,7 @@ const LatestTransactions = () => {
gap={2}
onClick={handleRefreshClick} // Trigger the rotation when clicked
>
<Text as={'span'} fontSize={'xs'} color={colorMode==="light"?'#fff':"#7B7B7B"}>Last refresh {relativeRefreshTime} </Text>
<Text as={'span'} fontSize={'xs'} color={colorMode==="light"?'#fff':"#ccc"}>Last refresh {relativeRefreshTime} </Text>
<Icon
bg={colorMode==="light"?'#fff':"#434147"}