diff --git a/package.json b/package.json
index f870009..e75f063 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"private": true,
"name": "lucid-creations-media-potty-chart",
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
- "version": "0.1.0",
+ "version": "0.1.1",
"author": {
"name": "Lucid Creations Media",
"url": "https://lucidcreations.media",
diff --git a/src/components/calender/Day.tsx b/src/components/calender/Day.tsx
index fae73c9..2c9c6dd 100644
--- a/src/components/calender/Day.tsx
+++ b/src/components/calender/Day.tsx
@@ -1,7 +1,7 @@
import React, { useState } from "react";
import { Provider } from "react-redux";
import { store } from "../../app/store";
-import { Box, Skeleton, Text, VStack } from "@chakra-ui/react";
+import { Box, Skeleton, VStack } from "@chakra-ui/react";
import {
add,
getYear,
@@ -113,9 +113,9 @@ const Day = ({
alignContent="center"
justifyContent="flex-start"
>
-
+
{`${getDate(currDateObj)}`}
-
+
{isLoading ? (
@@ -178,21 +178,23 @@ const Day = ({
border: "1px solid #FFF"
}}
>
- 10
- ? "0px 6px 3px 6px"
- : "0px 9px 3px 9px"
- : "auto"
- }
- border={isToday ? "1px solid #0068ff" : "0px"}
- borderRadius={isToday ? "100px" : "0px"}
- >
- {`${getDate(currDateObj)}`}
-
+ {isToday ? (
+
+ {`${getDate(currDateObj)}`}
+
+ ) : (
+
+ {`${getDate(currDateObj)}`}
+
+ )}
{isLoading ? (