mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: increase text contrast for 'create workspace' button (#14588)
This commit is contained in:
@@ -332,9 +332,6 @@ const styles = {
|
||||
}),
|
||||
actionButton: (theme) => ({
|
||||
transition: "none",
|
||||
color: theme.palette.text.secondary,
|
||||
"&:hover": {
|
||||
borderColor: theme.palette.text.primary,
|
||||
},
|
||||
color: theme.palette.text.primary,
|
||||
}),
|
||||
} satisfies Record<string, Interpolation<Theme>>;
|
||||
|
||||
Reference in New Issue
Block a user