We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86539d commit 7a369e0Copy full SHA for 7a369e0
site/src/components/WorkspaceBuildProgress/WorkspaceBuildProgress.tsx
@@ -3,7 +3,6 @@ import makeStyles from "@material-ui/core/styles/makeStyles"
3
import { TransitionStats, Template, Workspace } from "api/typesGenerated"
4
import dayjs, { Dayjs } from "dayjs"
5
import { FC, useEffect, useState } from "react"
6
-import { MONOSPACE_FONT_FAMILY } from "theme/constants"
7
8
import duration from "dayjs/plugin/duration"
9
@@ -140,11 +139,10 @@ const useStyles = makeStyles((theme) => ({
140
139
barHelpers: {
141
display: "flex",
142
justifyContent: "space-between",
+ marginTop: theme.spacing(0.5),
143
},
144
label: {
145
- fontFamily: MONOSPACE_FONT_FAMILY,
146
fontSize: 12,
147
- textTransform: "uppercase",
148
display: "block",
149
fontWeight: 600,
150
color: theme.palette.text.secondary,
0 commit comments