Skip to content

Commit cb94dfb

Browse files
authored
fix: fix build error background color (coder#13445)
1 parent 79fd736 commit cb94dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspaceBuildPage/WorkspaceBuildPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const WorkspaceBuildPageView: FC<WorkspaceBuildPageViewProps> = ({
167167
css={{
168168
borderRadius: 0,
169169
border: 0,
170-
background: theme.palette.error.dark,
170+
background: theme.roles.error.background,
171171
borderBottom: `1px solid ${theme.palette.divider}`,
172172
}}
173173
>

0 commit comments

Comments
 (0)