File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export const description = "Utilities for controlling the border radius of an el
27
27
[` ${className }-xs ` , properties .map ((property ) => ` ${property }: var(--radius-xs); /* 0.125rem (2px) */ ` ).join (" \n " )],
28
28
[` ${className }-sm ` , properties .map ((property ) => ` ${property }: var(--radius-sm); /* 0.25rem (4px) */ ` ).join (" \n " )],
29
29
[` ${className }-md ` , properties .map ((property ) => ` ${property }: var(--radius-md); /* 0.375rem (6px) */ ` ).join (" \n " )],
30
- [` ${className }-lg ` , properties .map ((property ) => ` ${property }: var(--radius-lg); /* 0.75rem (8px) */ ` ).join (" \n " )],
30
+ [` ${className }-lg ` , properties .map ((property ) => ` ${property }: var(--radius-lg); /* 0.5rem (8px) */ ` ).join (" \n " )],
31
31
[` ${className }-xl ` , properties .map ((property ) => ` ${property }: var(--radius-xl); /* 0.75rem (12px) */ ` ).join (" \n " )],
32
32
[` ${className }-2xl ` , properties .map ((property ) => ` ${property }: var(--radius-2xl); /* 1rem (16px) */ ` ).join (" \n " )],
33
33
[
You can’t perform that action at this time.
0 commit comments