diff --git a/src/App.scss b/src/App.scss index a1c267a..1b8ae10 100644 --- a/src/App.scss +++ b/src/App.scss @@ -129,6 +129,7 @@ input { font-weight: normal; color: black; letter-spacing: normal; + border: 1px solid transparent; } [data-dev='true'] { diff --git a/src/pages/verify/style.module.scss b/src/pages/verify/style.module.scss index b63ba60..af93107 100644 --- a/src/pages/verify/style.module.scss +++ b/src/pages/verify/style.module.scss @@ -61,6 +61,6 @@ [data-dev='true'] { .mark { - outline: 1px dotted black; + border: 1px dotted black; } }