We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5561716 + ca53bd5 commit 0045a9fCopy full SHA for 0045a9f
src/@chakra-ui/gatsby-plugin/components/Button.ts
@@ -38,6 +38,7 @@ const baseStyle = defineStyle((props) => ({
38
const variantSolid = defineStyle({
39
color: "background.base",
40
bg: "primary.base",
41
+ borderColor: "transparent",
42
_hover: {
43
44
bg: "primary.hover",
0 commit comments