change color of no data available

This commit is contained in:
proddy
2024-10-20 15:00:38 +02:00
parent a130dabda5
commit 685dec4c8e

View File

@@ -274,7 +274,7 @@ const Dashboard = () => {
}}
>
{!loading && data.length === 0 ? (
<Typography variant="subtitle2" color="warning">
<Typography variant="subtitle2" color="secondary">
{LL.NO_DATA()}
</Typography>
) : (