We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e4715 commit 8d24109Copy full SHA for 8d24109
src/components/buttons/GithubButtton.js
@@ -17,6 +17,6 @@ GithubButton.propTypes = {
17
}
18
19
GithubButton.defaultProps = {
20
- className: `font-display rounded-px px-16`,
+ className: `font-display rounded-px px-16 border border-black border-3`,
21
22
export default GithubButton
0 commit comments