From af5cc2dd3165b98f0be1e91392653fbf78a7088e Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Thu, 12 May 2022 15:17:33 -0300 Subject: [PATCH] :fire: remove comments --- src/pages/_document.tsx | 2 +- src/pages/areaTest.tsx | 3 +-- src/styles/globals.ts | 11 ----------- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index df7359e..26f9fab 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -37,7 +37,7 @@ export default class MyDocument extends Document { - + diff --git a/src/pages/areaTest.tsx b/src/pages/areaTest.tsx index 7005df9..13db131 100644 --- a/src/pages/areaTest.tsx +++ b/src/pages/areaTest.tsx @@ -37,12 +37,11 @@ export default function areaTest() { showPassword: !values.showPassword, }); }; - const handleMouseDownPassword = (event: React.MouseEvent) => { + const handleMouseDownPassword = (event: React.MouseEvent) => { event.preventDefault(); }; return ( - // Password diff --git a/src/styles/globals.ts b/src/styles/globals.ts index 1f3a56d..f19dfcb 100644 --- a/src/styles/globals.ts +++ b/src/styles/globals.ts @@ -18,16 +18,5 @@ export const GlobalStyle = createGlobalStyle` * { box-sizing: border-box; - /* margin: 0; */ } `; - -// html, -// body { -// padding: 0; -// margin: 0; -// font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, -// Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; -// } - -