mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-18 03:06:16 +01:00
tailwind 4 upgrade + update js deps
This commit is contained in:
@@ -70,7 +70,7 @@ export default function AreaChartDefault({
|
||||
}
|
||||
/>
|
||||
{dataPoints?.map((dataPoint, i) => {
|
||||
const color = `hsl(var(--chart-${dataPoint.color}))`
|
||||
const color = `var(--chart-${dataPoint.color})`
|
||||
return (
|
||||
<Area
|
||||
key={i}
|
||||
|
||||
Reference in New Issue
Block a user