add dark mode (!)

This commit is contained in:
2026-02-18 20:23:10 -08:00
parent 35b0c2396f
commit 402ae9bf9b
3 changed files with 85 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ function TemperaturePlot() {
if (error) return <p>Error: {error.message}</p>
return (
<div>
<div className="w-full">
<ResponsiveContainer width="100%" height={400}>
<ScatterChart data={data}>
<XAxis dataKey="id" />