Skip to content

Commit c5acd35

Browse files
fix: adjust radius utility classes
1 parent cb78502 commit c5acd35

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

formkit-theme-starter-2.0.0.tgz

78.6 KB
Binary file not shown.

src/inputs/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
* or they will look like radio inputs.
1717
*/
1818
}
19-
$radius(0,rounded-none,rounded)
19+
$radius(0,rounded-none,rounded-sm)
2020
`,
2121
decoratorIcon: `
2222
max-w-[66.66%]

src/inputs/pro/slider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default {
157157
text-xs
158158
leading-none
159159
whitespace-nowrap
160-
$radius(0,rounded-none,rounded) ${"" /** Don't go full rounded */}
160+
$radius(0,rounded-none,rounded-sm) ${"" /** Don't go full rounded */}
161161
opacity-0 ${"" /** hide the tooltip by default */}
162162
transition-opacity
163163
group-hover:opacity-100

src/theme.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ export default createTheme({
201201
*/
202202
scale: [
203203
"rounded-none",
204+
"rounded-xs",
204205
"rounded-sm",
206+
"rounded-md",
205207
"rounded-lg",
206208
"rounded-xl",
207209
"rounded-2xl",

0 commit comments

Comments
 (0)