@@ -117,7 +117,7 @@ function DashboardMetricSelection(props: IProps) {
cn(
"relative rounded border col-span-1 cursor-pointer",
"flex flex-col items-center justify-center bg-white",
- "hover:bg-active-blue hover:shadow-border-main text-center h-full py-12",
+ "hover:bg-active-blue hover:shadow-border-main text-center py-16",
)
}
onClick={props.handleCreateNew}
diff --git a/frontend/app/components/Dashboard/components/DashboardModal/DashboardModal.tsx b/frontend/app/components/Dashboard/components/DashboardModal/DashboardModal.tsx
index b2f656475..c1788d344 100644
--- a/frontend/app/components/Dashboard/components/DashboardModal/DashboardModal.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardModal/DashboardModal.tsx
@@ -54,7 +54,7 @@ function DashboardModal(props) {
- Past 7 days data
+ Past 7 days data
{ !isDashboardExists && (
diff --git a/frontend/app/components/Dashboard/components/DashboardView/DashboardView.tsx b/frontend/app/components/Dashboard/components/DashboardView/DashboardView.tsx
index 46ffee36c..039083c3a 100644
--- a/frontend/app/components/Dashboard/components/DashboardView/DashboardView.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardView/DashboardView.tsx
@@ -54,7 +54,7 @@ function DashboardView(props: RouteComponentProps