diff --git a/components/dashboards/EnergyLineChart.tsx b/components/dashboards/EnergyLineChart.tsx index 944dc37..e0ebbaf 100644 --- a/components/dashboards/EnergyLineChart.tsx +++ b/components/dashboards/EnergyLineChart.tsx @@ -345,7 +345,7 @@ const axisColor = isDark ? '#fff' : '#222'; selected={selectedDate} onChange={(date) => setSelectedDate(date!)} dateFormat="dd/MM/yyyy" // ✅ sets correct format - className="dark:bg-rtgray-700 dark:text-white bg-white border border-rounded text-black p-1 rounded" + className="dark:bg-rtgray-700 dark:text-white bg-white border border-rounded dark:border-rtgray-700 text-black p-1 rounded" /> )} diff --git a/components/layouts/header.tsx b/components/layouts/header.tsx index 11958da..b0f2db0 100644 --- a/components/layouts/header.tsx +++ b/components/layouts/header.tsx @@ -151,7 +151,7 @@ const Header = () => {
- logo + logo Rooftop Energy