change(ui) - dashboard and metrics no data font size
This commit is contained in:
parent
6396921d76
commit
cf5d0d8abe
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue