From 7fa73728582e2dfb26ff89786c27dd9da97bebc2 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 5 Aug 2024 23:26:43 +0900 Subject: zod でバリデーションを試す MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SignUp.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/SignUp.css') diff --git a/src/SignUp.css b/src/SignUp.css index e69de29..602ed0a 100644 --- a/src/SignUp.css +++ b/src/SignUp.css @@ -0,0 +1,10 @@ +.SignUpForm { + display: flex; + flex-direction: column; + gap: 15px; +} + +.error { + margin: 0; + color: red; +} -- cgit v1.2.3