Skip to content

Commit

Permalink
fix border radius tokens values
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjoy2Live committed Jul 25, 2023
1 parent 706627c commit 474d5fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/tailwind-constructor/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1676,35 +1676,35 @@
}
},
"rounded-sm": {
"value": "4/$rem",
"value": "0.25rem",
"type": "borderRadius"
},
"rounded": {
"value": "8/$rem",
"value": "0.5rem",
"type": "borderRadius"
},
"rounded-md": {
"value": "16/$rem",
"value": "1rem",
"type": "borderRadius"
},
"rounded-lg": {
"value": "24/$rem",
"value": "1.5rem",
"type": "borderRadius"
},
"rounded-xl": {
"value": "32/$rem",
"value": "2rem",
"type": "borderRadius"
},
"rounded-2xl": {
"value": "48/$rem",
"value": "3rem",
"type": "borderRadius"
},
"rounded-3xl": {
"value": "64/$rem",
"value": "4rem",
"type": "borderRadius"
},
"rounded-4xl": {
"value": "96/$rem",
"value": "6rem",
"type": "borderRadius"
},
"padding": {
Expand Down

0 comments on commit 474d5fd

Please sign in to comment.