change(ui) - dashboard and metrics no data font size

This commit is contained in:
Shekar Siri 2022-08-16 17:57:28 +02:00
parent 6396921d76
commit cf5d0d8abe
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ function DashboardList() {
title={
<div className="flex flex-col items-center justify-center">
<Icon name="no-dashboard" size={80} color="figmaColors-accent-secondary" />
<div className="mt-3 text-xl">You haven't created any dashboards yet</div>
<div className="text-center text-gray-600 my-4">You haven't created any dashboards yet</div>
</div>
}
>

View file

@ -31,7 +31,7 @@ function MetricsList({ siteId }: { siteId: string }) {
title={
<div className="flex flex-col items-center justify-center">
<Icon name="no-metrics" size={80} color="figmaColors-accent-secondary" />
<div className="mt-3 text-xl">You haven't created any metrics yet</div>
<div className="text-center text-gray-600 my-4">You haven't created any metrics yet</div>
</div>
}
>