From 9dd2ff3afcfde4e75cdb4bad8bf6e597ba4c1ebe Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 26 Sep 2019 23:05:05 +0200 Subject: [PATCH] styling --- test/index.html | 5 ----- test/test.tsx | 46 +++++++++++++++++++++++++--------------------- 2 files changed, 25 insertions(+), 26 deletions(-) diff --git a/test/index.html b/test/index.html index 00d7936..5a922ba 100644 --- a/test/index.html +++ b/test/index.html @@ -11,11 +11,6 @@ body { padding: 1em } - - input, - select { - display: block; - } diff --git a/test/test.tsx b/test/test.tsx index b17f740..9e8a1ee 100644 --- a/test/test.tsx +++ b/test/test.tsx @@ -33,35 +33,39 @@ const Index: React.FC = () => {
Username
- - {errors.username && 'Something went wrong'} + -
+

Password
- + -
+

Which one to choose?
- -
+
+ +
+

-
Is it awesome?
- e.target.checked - })} /> + + -
+

- +
) @@ -69,5 +73,5 @@ const Index: React.FC = () => { ReactDOM.render(, document.getElementById('root')) -// @ts-ignore + // @ts-ignore // if (module.hot) module.hot.accept() \ No newline at end of file