Skip to content

Commit

Permalink
fix(cli): replace tab symbol with spaces (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvesJorge committed Sep 19, 2024
1 parent 64b6d6a commit ec350df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = {
},
},
borderRadius: {
xl: "calc(var(--radius) + 4px)",
xl: "calc(var(--radius) + 4px)",
lg: "var(--radius)",
md: "calc(var(--radius) - 2px)",
sm: "calc(var(--radius) - 4px)",
Expand Down

0 comments on commit ec350df

Please sign in to comment.