rollback
This commit is contained in:
parent
81308c0b6f
commit
9431816c35
|
|
@ -833,7 +833,7 @@ export function ForgejoHeatmap({
|
||||||
{[0, 1].map((i) => (
|
{[0, 1].map((i) => (
|
||||||
<div
|
<div
|
||||||
key={i}
|
key={i}
|
||||||
className="rounded-xl border border-[color:var(--border)] bg-[linear-gradient(145deg,rgba(52,211,153,0.14),var(--surface)_44%)] p-4"
|
className="rounded-xl border border-[color:var(--border)] bg-[color:var(--surface)] p-4"
|
||||||
>
|
>
|
||||||
<div className="mb-3 flex justify-between">
|
<div className="mb-3 flex justify-between">
|
||||||
<div
|
<div
|
||||||
|
|
@ -859,7 +859,7 @@ export function ForgejoHeatmap({
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
{/* ── Two cards ───────────────────────────────────────────── */}
|
{/* ── Two cards ───────────────────────────────────────────── */}
|
||||||
<div className="grid grid-cols-1 gap-4 lg:grid-cols-2">
|
<div className="grid grid-cols-1 gap-4 lg:grid-cols-2">
|
||||||
<section className="rounded-xl border border-[color:var(--border)] bg-[linear-gradient(145deg,rgba(52,211,153,0.14),var(--surface)_44%)] p-4 shadow-lush">
|
<section className="rounded-xl border border-[color:var(--border)] bg-[color:var(--surface)] p-4 shadow-lush">
|
||||||
<LineChart
|
<LineChart
|
||||||
days={days}
|
days={days}
|
||||||
range={lineRange}
|
range={lineRange}
|
||||||
|
|
@ -867,7 +867,7 @@ export function ForgejoHeatmap({
|
||||||
lastPush={lastPush}
|
lastPush={lastPush}
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
<section className="rounded-xl border border-[color:var(--border)] bg-[linear-gradient(145deg,rgba(52,211,153,0.14),var(--surface)_44%)] p-4 shadow-lush">
|
<section className="rounded-xl border border-[color:var(--border)] bg-[color:var(--surface)] p-4 shadow-lush">
|
||||||
<HeatmapGrid
|
<HeatmapGrid
|
||||||
days={days}
|
days={days}
|
||||||
range={heatRange}
|
range={heatRange}
|
||||||
|
|
|
||||||
|
|
@ -402,7 +402,7 @@ export function ForgejoIssueMetricCards({
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="rounded-xl border border-[color:var(--border)] bg-[linear-gradient(145deg,rgba(251,191,36,0.13),var(--surface)_44%)] p-4 shadow-lush md:p-6">
|
<section className="rounded-xl border border-[color:var(--border)] bg-[color:var(--surface)] p-4 shadow-lush md:p-6">
|
||||||
<div className="mb-4 flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between">
|
<div className="mb-4 flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between">
|
||||||
<div className="min-w-0">
|
<div className="min-w-0">
|
||||||
<h3 className="text-lg font-semibold text-strong">
|
<h3 className="text-lg font-semibold text-strong">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue