fix: increase text contrast for 'create workspace' button (#14588)

This commit is contained in:
Michael Smith
2024-09-06 13:15:53 -04:00
committed by GitHub
parent 8b1c46fbe0
commit 0d6056633d
@@ -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>>;