Change colors of Stat element in the panel

This commit is contained in:
Angelillo15 2023-08-04 23:27:50 +02:00
parent f8312b1cb2
commit d2984af12c
3 changed files with 14 additions and 14 deletions

View file

@ -59,5 +59,5 @@
}
.chart_container {
@apply bg-gray-600 rounded shadow-lg pt-2 border-b-4 border-gray-700 relative;
@apply rounded shadow-lg pt-2 relative bg-gray-800;
}