Skip to content

Commit 7a369e0

Browse files
refactor: Minor build bar UI improvement (coder#5132)
1 parent e86539d commit 7a369e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/components/WorkspaceBuildProgress/WorkspaceBuildProgress.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import makeStyles from "@material-ui/core/styles/makeStyles"
33
import { TransitionStats, Template, Workspace } from "api/typesGenerated"
44
import dayjs, { Dayjs } from "dayjs"
55
import { FC, useEffect, useState } from "react"
6-
import { MONOSPACE_FONT_FAMILY } from "theme/constants"
76

87
import duration from "dayjs/plugin/duration"
98

@@ -140,11 +139,10 @@ const useStyles = makeStyles((theme) => ({
140139
barHelpers: {
141140
display: "flex",
142141
justifyContent: "space-between",
142+
marginTop: theme.spacing(0.5),
143143
},
144144
label: {
145-
fontFamily: MONOSPACE_FONT_FAMILY,
146145
fontSize: 12,
147-
textTransform: "uppercase",
148146
display: "block",
149147
fontWeight: 600,
150148
color: theme.palette.text.secondary,

0 commit comments

Comments
 (0)