update
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user