No changes.
This commit is contained in:
@@ -40,7 +40,7 @@ const MonthlyComparisonChart: React.FC<MonthlyComparisonChartProps> = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="neuro-card h-72">
|
||||
<div className="neuro-card h-72 w-full">
|
||||
{!isEmpty && monthlyData.length > 0 ? (
|
||||
<ResponsiveContainer width="100%" height="100%">
|
||||
<BarChart data={monthlyData} margin={{
|
||||
|
||||
@@ -18,7 +18,7 @@ const SummaryCards: React.FC<SummaryCardsProps> = ({
|
||||
const isMobile = useIsMobile();
|
||||
|
||||
return (
|
||||
<div className={`grid ${isMobile ? 'grid-cols-1 gap-3' : 'grid-cols-3 gap-3'} mb-8 w-full`}>
|
||||
<div className={`grid ${isMobile ? 'grid-cols-1' : 'grid-cols-3'} gap-3 mb-8 w-full`}>
|
||||
<div className="neuro-card w-full">
|
||||
<div className="flex items-center gap-2 mb-1 py-[5px]">
|
||||
<Wallet size={24} className="text-gray-500" />
|
||||
|
||||
Reference in New Issue
Block a user