Skip to content

Commit 8042a68

Browse files
committed
ohoho
1 parent 2cb6aed commit 8042a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/BuildAvatar/BuildAvatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const BuildAvatar: FC<BuildAvatarProps> = ({ build, size }) => {
1717
const theme = useTheme();
1818
const { status, type } = getDisplayWorkspaceBuildStatus(theme, build);
1919
const badgeType = useClassName(
20-
(css, theme) => css({ backgroundColor: theme.roles[type].background }),
20+
(css, theme) => css({ backgroundColor: theme.roles[type].fill.solid }),
2121
[type],
2222
);
2323

0 commit comments

Comments
 (0)