Skip to content

refactor: Minor build bar UI improvement #5132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor: Minor build bar UI improvement
  • Loading branch information
BrunoQuaresma committed Nov 18, 2022
commit 50f92cb651eebb9c4adc67ffc4880f7a46a3a5c9
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import makeStyles from "@material-ui/core/styles/makeStyles"
import { TransitionStats, Template, Workspace } from "api/typesGenerated"
import dayjs, { Dayjs } from "dayjs"
import { FC, useEffect, useState } from "react"
import { MONOSPACE_FONT_FAMILY } from "theme/constants"

import duration from "dayjs/plugin/duration"

Expand Down Expand Up @@ -140,11 +139,10 @@ const useStyles = makeStyles((theme) => ({
barHelpers: {
display: "flex",
justifyContent: "space-between",
marginTop: theme.spacing(0.5),
},
label: {
fontFamily: MONOSPACE_FONT_FAMILY,
fontSize: 12,
textTransform: "uppercase",
display: "block",
fontWeight: 600,
color: theme.palette.text.secondary,
Expand Down