From 9bd48005fda1d94a526e36bec256b56add65b28d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 00:23:40 +0300 Subject: use `react-hook-form` and fix tests --- vnext/src/ui/Input.css | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vnext/src/ui/Input.css (limited to 'vnext/src/ui/Input.css') diff --git a/vnext/src/ui/Input.css b/vnext/src/ui/Input.css deleted file mode 100644 index 6a1e659f..00000000 --- a/vnext/src/ui/Input.css +++ /dev/null @@ -1,8 +0,0 @@ -.input { - background: #FFF; - border: 1px solid #ccc; - outline: none !important; - padding: 4px; - appearance: none; - border-radius: 0; -} -- cgit v1.2.3