refactor(ui): price input border

paypal-app-refactor
supalarry 2023-09-26 12:07:22 +02:00
parent 22490ac578
commit 99f130b107
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const EventTypeAppCard: EventTypeAppCardComponent = function EventTypeAppCard({
min="0.5"
type="number"
required
className="block w-full rounded-sm border-gray-300 pl-2 text-sm"
className="block w-full rounded-sm pl-2 text-sm"
placeholder="Price"
onChange={(e) => {
setAppData("price", Number(e.target.value) * 100);