From c9e3c214b246c642d17fb132ca05d5a116d71808 Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:42:24 +0530 Subject: [PATCH] update btn color --- src/pages/DidInfo.jsx | 2 +- src/pages/SubnetId.jsx | 2 +- src/pages/SubnetIdOverview.jsx | 7 ++++--- src/pages/Transaction/TransactionDetails.jsx | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/DidInfo.jsx b/src/pages/DidInfo.jsx index 3ff02e3..8922fd6 100644 --- a/src/pages/DidInfo.jsx +++ b/src/pages/DidInfo.jsx @@ -112,7 +112,7 @@ const DidInfo = () => { DID Info - diff --git a/src/pages/SubnetId.jsx b/src/pages/SubnetId.jsx index 0bb1992..a4ce62a 100644 --- a/src/pages/SubnetId.jsx +++ b/src/pages/SubnetId.jsx @@ -191,7 +191,7 @@ const SubnetId = () => { fontSize={"sm"} rounded={0} border="none" - bg={colorMode === "light" ? "#4023A6" : "#565252"} + bg={colorMode === "light" ? "#230A79" : "#565252"} _hover={{ opacity: 0.9, bg: colorMode !== "light" && "#333248", diff --git a/src/pages/SubnetIdOverview.jsx b/src/pages/SubnetIdOverview.jsx index 45fb917..8b34972 100644 --- a/src/pages/SubnetIdOverview.jsx +++ b/src/pages/SubnetIdOverview.jsx @@ -12,6 +12,7 @@ import { HiOutlineRefresh } from "react-icons/hi"; import { rotate } from "../components/LatestTransactions/LatestTransactions"; import Search from '../assets/images/search.png' import { formatUTCToDDMMYYHHMMSS } from "../Constants/Constants"; +import FullScreenLoaader from "../components/FullScreenLoaader/FullScreenLoaader"; const SubnetInner = () => { @@ -149,12 +150,12 @@ const SubnetInner = () => { */} - - + {isLoading ? : {data?.data?.items?.length===0 || isLoading? {"No records found"} @@ -487,7 +488,7 @@ const SubnetInner = () => { currentPage={currentPage} /> } - + } ); }; diff --git a/src/pages/Transaction/TransactionDetails.jsx b/src/pages/Transaction/TransactionDetails.jsx index 72adbd9..95461c3 100644 --- a/src/pages/Transaction/TransactionDetails.jsx +++ b/src/pages/Transaction/TransactionDetails.jsx @@ -148,7 +148,7 @@ const TransactionDetails = () => { ? "Smart Contract Info" : "Transaction Info"} -