2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2025-10-26 16:26:12 +08:00

(ui): Fix styles for dark-theme in metrics view

This commit is contained in:
Ken Hibino
2021-12-17 06:50:31 -08:00
parent 0662912c3a
commit 3998c4214c
6 changed files with 26 additions and 9 deletions

View File

@@ -350,7 +350,11 @@ function MetricsFetchControls(props: Props) {
return (
<div className={classes.root}>
<Typography variant="caption" className={classes.endTimeCaption}>
<Typography
variant="caption"
color="textPrimary"
className={classes.endTimeCaption}
>
{formatTime(props.endTimeSec)}
</Typography>
<div>