File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
site/src/components/WorkspaceBuildProgress Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import makeStyles from "@material-ui/core/styles/makeStyles"
3
3
import { TransitionStats , Template , Workspace } from "api/typesGenerated"
4
4
import dayjs , { Dayjs } from "dayjs"
5
5
import { FC , useEffect , useState } from "react"
6
- import { MONOSPACE_FONT_FAMILY } from "theme/constants"
7
6
8
7
import duration from "dayjs/plugin/duration"
9
8
@@ -140,11 +139,10 @@ const useStyles = makeStyles((theme) => ({
140
139
barHelpers : {
141
140
display : "flex" ,
142
141
justifyContent : "space-between" ,
142
+ marginTop : theme . spacing ( 0.5 ) ,
143
143
} ,
144
144
label : {
145
- fontFamily : MONOSPACE_FONT_FAMILY ,
146
145
fontSize : 12 ,
147
- textTransform : "uppercase" ,
148
146
display : "block" ,
149
147
fontWeight : 600 ,
150
148
color : theme . palette . text . secondary ,
You can’t perform that action at this time.
0 commit comments