diff --git a/src/components/OTPInput.vue b/src/components/OTPInput.vue index 0c09087..08d78a8 100644 --- a/src/components/OTPInput.vue +++ b/src/components/OTPInput.vue @@ -142,7 +142,8 @@ async function resendOTP() { @input="void 0" @keydown="handleKeyDown($event, i - 1)" @paste.prevent="handlePaste" - class="input flex flex-grow justify-center items-center text-center" + class="input text-center" + style="padding: 0.75rem" />