Skip to content

Commit 16f56e4

Browse files
committed
Fix alpha
1 parent 50e5a89 commit 16f56e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TerminalPage/TerminalPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Region } from "api/typesGenerated"
2525
import { getLatencyColor } from "utils/latency"
2626
import Popover from "@mui/material/Popover"
2727
import { ProxyStatusLatency } from "components/ProxyStatusLatency/ProxyStatusLatency"
28-
import { alpha } from "@mui/material"
28+
import { alpha } from "@mui/material/styles"
2929

3030
export const Language = {
3131
workspaceErrorMessagePrefix: "Unable to fetch workspace: ",

0 commit comments

Comments
 (0)