Skip to content

Commit 8d24109

Browse files
committed
added border
1 parent b2e4715 commit 8d24109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/buttons/GithubButtton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ GithubButton.propTypes = {
1717
}
1818

1919
GithubButton.defaultProps = {
20-
className: `font-display rounded-px px-16`,
20+
className: `font-display rounded-px px-16 border border-black border-3`,
2121
}
2222
export default GithubButton

0 commit comments

Comments
 (0)