fix: fixed lightMode style for histogram panel (#5236)

This commit is contained in:
SagarRajput-7 2024-06-18 13:38:30 +05:30 committed by GitHub
parent 1695b4f06d
commit cf7bf32ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -429,6 +429,21 @@
} }
} }
.bucket-config {
.label {
color: var(--bg-ink-400);
}
.bucket-input {
border: 1px solid var(--bg-vanilla-300);
background: var(--bg-vanilla-300);
.ant-input {
background: var(--bg-vanilla-300);
}
}
}
.panel-time-text { .panel-time-text {
color: var(--bg-ink-400); color: var(--bg-ink-400);
} }