mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
change color of no data available
This commit is contained in:
@@ -274,7 +274,7 @@ const Dashboard = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{!loading && data.length === 0 ? (
|
{!loading && data.length === 0 ? (
|
||||||
<Typography variant="subtitle2" color="warning">
|
<Typography variant="subtitle2" color="secondary">
|
||||||
{LL.NO_DATA()}
|
{LL.NO_DATA()}
|
||||||
</Typography>
|
</Typography>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user