mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: fix build error background color (#13445)
This commit is contained in:
committed by
GitHub
parent
79fd736387
commit
cb94dfb1f6
@ -167,7 +167,7 @@ export const WorkspaceBuildPageView: FC<WorkspaceBuildPageViewProps> = ({
|
|||||||
css={{
|
css={{
|
||||||
borderRadius: 0,
|
borderRadius: 0,
|
||||||
border: 0,
|
border: 0,
|
||||||
background: theme.palette.error.dark,
|
background: theme.roles.error.background,
|
||||||
borderBottom: `1px solid ${theme.palette.divider}`,
|
borderBottom: `1px solid ${theme.palette.divider}`,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user