diff --git a/dev-dist/sw.js b/dev-dist/sw.js index d3252f6..23a39ae 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-b5f7729d'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.grsmblr837g" + "revision": "0.1vefs8ecrtg" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/components/DataTable/NormalTable.jsx b/src/components/DataTable/NormalTable.jsx index 6a59aec..745bac4 100644 --- a/src/components/DataTable/NormalTable.jsx +++ b/src/components/DataTable/NormalTable.jsx @@ -76,7 +76,7 @@ const NormalTable = ({ }; return ( - + @@ -88,12 +88,13 @@ const NormalTable = ({ wordBreak="normal" overflowWrap="normal" textTransform={"none"} + style={{ + fontFamily:'Montserrat' + }} > {radio? "Select":} )} diff --git a/src/components/Doughnut/LineChart.jsx b/src/components/Doughnut/LineChart.jsx index 19b5bad..6efaa9c 100644 --- a/src/components/Doughnut/LineChart.jsx +++ b/src/components/Doughnut/LineChart.jsx @@ -10,7 +10,7 @@ import { Tooltip, Legend, } from "chart.js"; -import { Box, Heading, useColorMode, useMediaQuery } from "@chakra-ui/react"; +import { Box, Heading, Text, useColorMode, useMediaQuery } from "@chakra-ui/react"; import ChartsTabs from "../ChartsTabs"; import dayjs from "dayjs"; import { useGetDailyDataQuery, useGetDateWiseDataQuery, useGetMonthlyDataQuery } from "../../Services/api.service"; @@ -204,7 +204,7 @@ const LineChart = () => { alignItems={"center"} mb={{ base: 4, md: 4 }} > - { px={{ base: "8px", md: "0px" }} > Transaction History - + { bg={ index % 2 === 0 ? colorMode === "light" - ? "#F2EFFF" + ? "#ECEBF2" : "#312F35" : colorMode === "light" ? "#fff" diff --git a/src/components/RelatedTransactions/RelatedTransactions.jsx b/src/components/RelatedTransactions/RelatedTransactions.jsx index 1ad2846..42b6906 100644 --- a/src/components/RelatedTransactions/RelatedTransactions.jsx +++ b/src/components/RelatedTransactions/RelatedTransactions.jsx @@ -6,11 +6,11 @@ const RelatedTransactions = () => { const { colorMode} = useColorMode(); return ( - + - + Related transactions info - + No records found diff --git a/src/index.css b/src/index.css index fb812d4..9ec0c53 100644 --- a/src/index.css +++ b/src/index.css @@ -49,11 +49,17 @@ button { padding: 0.6em 1.2em; font-size: 1em; font-weight: 500; - font-family: inherit; + font-family: 'Montserrat' !important; background-color: #1a1a1a; cursor: pointer; transition: border-color 0.25s; } +input { + font-family: 'Montserrat' !important; +} +table th { + font-family: 'Montserrat' !important; +} button:hover { border-color: #646cff; } diff --git a/src/pages/DidInfo.jsx b/src/pages/DidInfo.jsx index 9c057ba..200ef4e 100644 --- a/src/pages/DidInfo.jsx +++ b/src/pages/DidInfo.jsx @@ -106,13 +106,13 @@ const DidInfo = () => { > - DID Info - +