mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
feat: uniformize components sizes (#68)
This commit is contained in:
@@ -124,10 +124,10 @@ exports[`Form > joi validation works > without error 1`] = `
|
||||
</form>"
|
||||
`;
|
||||
|
||||
exports[`Form > renders basic case correctly 1`] = `"<form id="0" class=""></form>"`;
|
||||
|
||||
exports[`Form > renders with default slot correctly 1`] = `"<form id="1" class="">Form slot</form>"`;
|
||||
|
||||
exports[`Form > renders with state correctly 1`] = `"<form id="0" class=""></form>"`;
|
||||
|
||||
exports[`Form > valibot validation works > with error 1`] = `
|
||||
"<form id="42" class="">
|
||||
<div class="text-sm">
|
||||
|
||||
Reference in New Issue
Block a user