diff --git a/src/components/SellerSteps/WantSellComponent.vue b/src/components/SellerSteps/WantSellComponent.vue index ef4efb1..f86d561 100644 --- a/src/components/SellerSteps/WantSellComponent.vue +++ b/src/components/SellerSteps/WantSellComponent.vue @@ -64,7 +64,7 @@ const handleButtonClick = async ( - + BRZ @@ -153,4 +153,8 @@ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; } + +input { + @apply sm:text-lg text-sm; +}