diff options
author | Vitaly Takmazov | 2022-10-28 00:23:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 9bd48005fda1d94a526e36bec256b56add65b28d (patch) | |
tree | 2bffeb7e3ec8b2e8ac6886cffae544771958e333 /vnext/src/ui/Input.css | |
parent | 40d411e516efee5531404725b45ab89d97172ce8 (diff) |
use `react-hook-form` and fix tests
Diffstat (limited to 'vnext/src/ui/Input.css')
-rw-r--r-- | vnext/src/ui/Input.css | 8 |
1 files changed, 0 insertions, 8 deletions
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; -} |