Skip to content

Commit ca53bd5

Browse files
fix(theme/Button): remove border color for solid variant
1 parent 0f93173 commit ca53bd5

File tree

1 file changed

+1
-0
lines changed
  • src/@chakra-ui/gatsby-plugin/components

1 file changed

+1
-0
lines changed

src/@chakra-ui/gatsby-plugin/components/Button.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const baseStyle = defineStyle((props) => ({
3838
const variantSolid = defineStyle({
3939
color: "background.base",
4040
bg: "primary.base",
41+
borderColor: "transparent",
4142
_hover: {
4243
color: "background.base",
4344
bg: "primary.hover",

0 commit comments

Comments
 (0)