From 748f981e8f859e1de7c457f212d8f808bbe765d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Thu, 12 Jun 2025 21:00:20 -0300 Subject: [PATCH] melhorias no design --- src/components/StatisticsPage/StatisticsGraphs.tsx | 2 +- src/shared/GlassCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/StatisticsPage/StatisticsGraphs.tsx b/src/components/StatisticsPage/StatisticsGraphs.tsx index 4300277..5c9140b 100644 --- a/src/components/StatisticsPage/StatisticsGraphs.tsx +++ b/src/components/StatisticsPage/StatisticsGraphs.tsx @@ -106,7 +106,7 @@ const StatisticsGraphs: React.FC = ({

{title}

-
+
diff --git a/src/shared/GlassCard.tsx b/src/shared/GlassCard.tsx index f58eb79..4f1e095 100644 --- a/src/shared/GlassCard.tsx +++ b/src/shared/GlassCard.tsx @@ -11,7 +11,7 @@ const GlassCard: React.FC = ({ children, className = '', fullHeight = false, - padding = 'p-6', + padding = 'py-6 pl-6 pr-4', }) => { return (