fix background color for details page history tooltip.

fixes #283
This commit is contained in:
Jason Kulatunga
2022-06-06 19:15:38 -07:00
parent fe96c27732
commit 1da07caaa6
+7 -1
View File
@@ -5,7 +5,8 @@
// modifications of third party libraries. // modifications of third party libraries.
// ----------------------------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------------------------
.treo-theme-dark .yellow-50 { .treo-theme-dark {
.yellow-50 {
background-color: #242b38 !important; background-color: #242b38 !important;
.mat-icon { .mat-icon {
@@ -16,3 +17,8 @@
color: #0694a2 !important color: #0694a2 !important
} }
} }
.apexcharts-tooltip {
background: #242b38 !important;
//color: orange;
}
}