diff --git a/dashboard/src/components/ChartsContainer.tsx b/dashboard/src/components/ChartsContainer.tsx index e2a68b1..b637ef1 100644 --- a/dashboard/src/components/ChartsContainer.tsx +++ b/dashboard/src/components/ChartsContainer.tsx @@ -164,7 +164,7 @@ export const ChartsContainer = () => { date={date} setDate={setDate} className={cn( - "self-end outline outline-1 outline-slate-700 bg-opacity-10 bg-slate-500 rounded", + "self-end bg-opacity-10 bg-slate-500 rounded", { ["animate-pulse"]: isLoading, ["bg-opacity-20"]: isLoading, diff --git a/dashboard/src/components/StatCard.tsx b/dashboard/src/components/StatCard.tsx index 36a74c3..b582efd 100644 --- a/dashboard/src/components/StatCard.tsx +++ b/dashboard/src/components/StatCard.tsx @@ -39,7 +39,7 @@ export function StatCard({ title, valueKey, formatter }: StatCardProps) { return (