diff --git a/src/lib/TimeInput.svelte b/src/lib/TimeInput.svelte index 03176e5..b594367 100644 --- a/src/lib/TimeInput.svelte +++ b/src/lib/TimeInput.svelte @@ -335,6 +335,7 @@ :global(.time-input) { @apply h-16 w-24 text-center text-xl; + -moz-appearance: textfield; &:focus::placeholder { @apply text-transparent; @@ -342,7 +343,7 @@ &::-webkit-inner-spin-button, &::-webkit-outer-spin-button { - @apply appearance-none; + @apply m-0 appearance-none; } }