Change colors of Stat element in the panel
This commit is contained in:
parent
f8312b1cb2
commit
d2984af12c
3 changed files with 14 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue