Skip to content

Commit

Permalink
add rounded full
Browse files Browse the repository at this point in the history
  • Loading branch information
2-NOW committed Jun 29, 2024
1 parent 9f4e640 commit 3518cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind-config/tokens/borderRadius.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const borderRadius = {
20: "20px",
22: "22px",
half: "50%",
full: "9999px",
} as const;

export default borderRadius;

0 comments on commit 3518cf6

Please # to comment.