update
This commit is contained in:
@@ -27,6 +27,7 @@ import {
|
||||
useGetTransCountQuery,
|
||||
} from "../../Services/api.service";
|
||||
import rbtLogoOutline from "../../assets/images/rubix-filled.svg";
|
||||
import rbtLogoDark from "../../assets/images/RBTLogo.svg";
|
||||
import { HiOutlineRefresh } from "react-icons/hi";
|
||||
import FullScreenLoaader from "../FullScreenLoaader/FullScreenLoaader";
|
||||
|
||||
@@ -572,7 +573,7 @@ const LatestTransactions = () => {
|
||||
alignItems={"center"}
|
||||
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
|
||||
>
|
||||
<Image w={4} src={rbtLogoOutline} />
|
||||
<Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} />
|
||||
{amount}
|
||||
</Text>
|
||||
</Box>}
|
||||
|
||||
Reference in New Issue
Block a user