File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/src/pages/ConsumptionKwh Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ export default function ConsumptionKwh() {
472472
473473 { /* Empty State - No data loaded */ }
474474 { ! hasDataInCache && ! allLoadingComplete && (
475- < div className = "mt-2 rounded-xl shadow-md border bg-white dark:bg-gray-800 border-gray-300 dark:border-gray-700 transition-colors duration-200" >
475+ < div className = "rounded-xl shadow-md border bg-white dark:bg-gray-800 border-gray-300 dark:border-gray-700 transition-colors duration-200" >
476476 < div className = "flex flex-col items-center justify-center py-16 px-6 text-center" >
477477 < div className = "w-20 h-20 rounded-full bg-primary-100 dark:bg-primary-900/30 flex items-center justify-center mb-6" >
478478 < Database className = "w-10 h-10 text-primary-600 dark:text-primary-400" />
@@ -499,7 +499,7 @@ export default function ConsumptionKwh() {
499499
500500 { /* Statistics Section - Collapsible (only show if data is available) */ }
501501 < AnimatedSection isVisible = { hasDataInCache || allLoadingComplete } delay = { 0 } >
502- < div className = "mt-2 rounded-xl shadow-md border bg-white dark:bg-gray-800 border-gray-300 dark:border-gray-700 transition-colors duration-200" >
502+ < div className = "rounded-xl shadow-md border bg-white dark:bg-gray-800 border-gray-300 dark:border-gray-700 transition-colors duration-200" >
503503 < div
504504 className = { `flex items-center justify-between p-6 ${
505505 allLoadingComplete ? 'cursor-pointer' : 'cursor-not-allowed opacity-60'
You can’t perform that action at this time.
0 commit comments