Skip to content

Commit

Permalink
style: increased width of inputs in all configs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJacobStephen committed Mar 7, 2024
1 parent acb5f70 commit 1eb0162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -43,7 +43,7 @@
:type="field.isMasked ? 'password' : 'text'"
:disabled="field.isMasked"
:autofocus="false"
class="!my-2 !bg-primaryLight"
class="!my-2 !bg-primaryLight w-72"
/>
<HoppButtonSecondary
:icon="field.isMasked ? IconEye : IconEyeOff"
Expand All @@ -61,7 +61,7 @@
:type="field.isMasked ? 'password' : 'text'"
:disabled="field.isMasked"
:autofocus="false"
class="!my-2 !bg-primaryLight"
class="!my-2 !bg-primaryLight w-72"
/>
<HoppButtonSecondary
:icon="field.isMasked ? IconEye : IconEyeOff"
Expand Down
Expand Up @@ -39,7 +39,7 @@
:type="isMasked(field.key) ? 'password' : 'text'"
:disabled="isMasked(field.key)"
:autofocus="false"
class="!my-2 !bg-primaryLight"
class="!my-2 !bg-primaryLight w-72"
/>
<HoppButtonSecondary
:icon="isMasked(field.key) ? IconEye : IconEyeOff"
Expand Down

0 comments on commit 1eb0162

Please sign in to comment.