Auto-deploy: 2026-01-13 12:29:49 | 1 arquivo(s) alterado(s)

This commit is contained in:
daivid.alves 2026-01-13 12:29:50 -03:00
parent 7a024ec155
commit e845805029
1 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ export default function StatisticsView() {
<Card className="lg:col-span-8 border-none shadow-sm hover:shadow-md transition-all overflow-hidden bg-white dark:bg-[#1c1c1c]">
<CardHeader className="flex flex-row items-center justify-between border-b dark:border-[#2a2a2a] mb-4">
<div className="flex items-center gap-3">
<div className="p-2 bg-emerald-500/10 rounded-lg text-emerald-600">
<div className="p-2 bg-emerald-500/10 rounded-xl text-emerald-600">
<LineChartIcon size={20} />
</div>
<CardTitle className="text-xl font-bold">Fluxo de Manutenção Mensal</CardTitle>
@ -225,7 +225,7 @@ export default function StatisticsView() {
<Card className="lg:col-span-4 border-none shadow-sm hover:shadow-md transition-all overflow-hidden bg-white dark:bg-[#1c1c1c]">
<CardHeader className="flex flex-row items-center justify-between border-b dark:border-[#2a2a2a] mb-4">
<div className="flex items-center gap-3">
<div className="p-2 bg-blue-500/10 rounded-lg text-blue-600">
<div className="p-2 bg-blue-500/10 rounded-xl text-blue-600">
<PieChartIcon size={20} />
</div>
<CardTitle className="text-xl font-bold">Distribuição por Status</CardTitle>
@ -256,7 +256,7 @@ export default function StatisticsView() {
</div>
<div className="grid grid-cols-2 gap-2 mt-4 max-h-[120px] overflow-y-auto custom-scrollbar pr-2">
{chartStatusData.map((entry, index) => (
<div key={index} className="flex items-center gap-2 px-3 py-2 rounded-lg bg-slate-50 dark:bg-[#252525]">
<div key={index} className="flex items-center gap-2 px-3 py-2 rounded-xl bg-slate-50 dark:bg-[#252525]">
<div className="w-2.5 h-2.5 rounded-full shrink-0" style={{ backgroundColor: COLORS[index % COLORS.length] }} />
<div className="flex flex-col min-w-0">
<span className="text-[10px] uppercase font-black text-slate-400 leading-tight truncate">{entry.status_frota}</span>