We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f5f19 commit f756899Copy full SHA for f756899
src/lib/forms/input-field/theme.ts
@@ -94,7 +94,7 @@ export const input = tv({
94
false: { base: "rounded-lg", input: "rounded-lg" },
95
true: {
96
base: "first:rounded-s-lg last:rounded-e-lg not-first:-ms-px group",
97
- input: "group-first:rounded-s-lg group-last:rounded-e-lg group-not-first:-ms-px"
+ input: "group-first:rounded-s-lg group-last:rounded-e-lg group-not-first:-ms-px h-full"
98
}
99
100
},
0 commit comments