fix: fix build error background color (#13445)

This commit is contained in:
Kayla Washburn-Love
2024-06-03 11:18:44 -06:00
committed by GitHub
parent 79fd736387
commit cb94dfb1f6

View File

@ -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}`,
}} }}
> >