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;
-// }
-
-