dvjsharma / Drawn2Shoe

Drawn2Shoe is a user-friendly e-commerce platform. It offers customers the ability to purchase and personalize their shoes. The platform's intuitive interface ensures seamless navigation and usability across a variety of devices.
MIT License
26 stars 44 forks source link

fix(ui): removed the arrows in Pincode number input box #61

Closed Varad0014 closed 4 months ago

Varad0014 commented 4 months ago

Description

Removed the default arrows which were appearing in input box for Pincode.

Changes

Added appearance none for the arrows in the class corresponding to the input box.

Screenshots

fixed

Closes #54