Skip to content

Commit e44ef33

Browse files
committed
remove all the custom style on the Button
1 parent 050a894 commit e44ef33

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/components/CallToContribute.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,7 @@ const CallToContribute: React.FC<IProps> = ({ editPath }) => (
8080
</Link>{" "}
8181
</Text>
8282
<ButtonLink
83-
as={ButtonLink}
8483
to={editPath}
85-
alignItems="center"
86-
justifyContent="center"
87-
color="background"
88-
bg="secondaryButtonBackground"
89-
borderWidth="1px"
90-
borderStyle="solid"
91-
borderColor="secondaryButtonBorder"
92-
_hover={{
93-
background: "secondaryButtonBackgroundHover",
94-
color: "secondaryButtonHoverColor",
95-
}}
96-
_active={{
97-
background: "secondaryButtonBackgroundActive",
98-
color: "secondaryButtonHoverColor",
99-
}}
10084
leftIcon={
10185
<Icon fill="background" w={6} h={6} as={FaGithub} name="github" />
10286
}

0 commit comments

Comments
 (0)