From 9d4604ac4ecbe45a48de6d235b1b86b43d59e2f8 Mon Sep 17 00:00:00 2001 From: smanylov Date: Mon, 5 Jan 2026 16:15:07 +0700 Subject: [PATCH] update styles --- src/app/[locale]/pages/marking-photo/page.tsx | 5 --- src/app/components/PieChartComponent.tsx | 2 +- src/app/components/StackedBarChart.tsx | 2 +- src/app/styles/pages-styles.scss | 38 +++++++++---------- 4 files changed, 20 insertions(+), 27 deletions(-) diff --git a/src/app/[locale]/pages/marking-photo/page.tsx b/src/app/[locale]/pages/marking-photo/page.tsx index a8bf62d..9dfbede 100644 --- a/src/app/[locale]/pages/marking-photo/page.tsx +++ b/src/app/[locale]/pages/marking-photo/page.tsx @@ -31,11 +31,6 @@ const data = [ checks: 5, violations: 4 }, - { - name: 'File F', - checks: 5, - violations: 3 - } ]; export default async function Page() { diff --git a/src/app/components/PieChartComponent.tsx b/src/app/components/PieChartComponent.tsx index c1b926b..022e078 100644 --- a/src/app/components/PieChartComponent.tsx +++ b/src/app/components/PieChartComponent.tsx @@ -31,7 +31,7 @@ export const PieChartComponent = ({ data }: { data={data} cx="50%" cy="50%" - innerRadius={75} + innerRadius={65} outerRadius={100} paddingAngle={0} dataKey="value" diff --git a/src/app/components/StackedBarChart.tsx b/src/app/components/StackedBarChart.tsx index a15ab05..65283c9 100644 --- a/src/app/components/StackedBarChart.tsx +++ b/src/app/components/StackedBarChart.tsx @@ -149,7 +149,7 @@ export const StackedBarChart = ({ data }: Files) => { return ( <> -
+