Reduce right padding

Reduce right padding in ExpenseChart component.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-21 12:15:01 +00:00
parent ec304692fb
commit b6726ad8ab

View File

@@ -17,7 +17,7 @@ const ExpenseChart: React.FC<ExpenseChartProps> = ({ data }) => {
return ( return (
<div className="neuro-card h-64 desktop-card"> <div className="neuro-card h-64 desktop-card">
<ResponsiveContainer width="100%" height="100%"> <ResponsiveContainer width="100%" height="100%">
<PieChart margin={{ left: 20, right: 60, top: 20, bottom: 20 }}> <PieChart margin={{ left: 60, right: 20, top: 20, bottom: 20 }}>
<Pie <Pie
data={data} data={data}
cx="50%" cx="50%"