Skip to content

Commit

Permalink
change the default border radius from 6 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeeMorris committed Sep 25, 2023
1 parent 98e187c commit 273a0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
bold: 600,
},
borderRadius: {
DEFAULT: "6px",
DEFAULT: "8px",
small: "4px",
xlarge: "16px",
full: "100%",
Expand Down

0 comments on commit 273a0c6

Please sign in to comment.