From 702989efd3fe40e1bcc7d0219b6c7603414281ca Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Wed, 18 May 2022 13:30:27 -0300 Subject: [PATCH] changing economia bruta chart in dashboard --- src/components/graph/graphCard/ChartCardView.ts | 1 - src/pages/dashboard.tsx | 8 ++++---- src/pages/grossSavings.tsx | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/graph/graphCard/ChartCardView.ts b/src/components/graph/graphCard/ChartCardView.ts index 7c1aed2..fa834e7 100644 --- a/src/components/graph/graphCard/ChartCardView.ts +++ b/src/components/graph/graphCard/ChartCardView.ts @@ -9,7 +9,6 @@ export const ChartCardView = styled.article` width: 100%; height: fit-content; - min-height: 41rem; background: #F8F8F8; box-shadow: 0 0 11px rgba(0, 0, 0, 0.2) ; diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx index 001b67a..8488aaf 100644 --- a/src/pages/dashboard.tsx +++ b/src/pages/dashboard.tsx @@ -34,14 +34,14 @@ export default function Dashboard() {
- - + + - + - + diff --git a/src/pages/grossSavings.tsx b/src/pages/grossSavings.tsx index a3cc64e..437eb8b 100644 --- a/src/pages/grossSavings.tsx +++ b/src/pages/grossSavings.tsx @@ -14,7 +14,7 @@ export default function GrossSavings() {
- +
)