Skip to content

Commit 0d60566

Browse files
authored
fix: increase text contrast for 'create workspace' button (#14588)
1 parent 8b1c46f commit 0d60566

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/src/pages/TemplatesPage/TemplatesPageView.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,6 @@ const styles = {
332332
}),
333333
actionButton: (theme) => ({
334334
transition: "none",
335-
color: theme.palette.text.secondary,
336-
"&:hover": {
337-
borderColor: theme.palette.text.primary,
338-
},
335+
color: theme.palette.text.primary,
339336
}),
340337
} satisfies Record<string, Interpolation<Theme>>;

0 commit comments

Comments
 (0)