- Issue created by @chrisolof
- 🇮🇳India harishpatel86
The phone number text field was changed to tel, but the style was not changed, which resulted in alignment issues. There is a patch I have made for that, as well as a screenshot of the issue.
- Merge request !37Issue #3516091: Fixed the phone-number fields design and removed non-essential css. → (Open) created by Tirupati_Singh
- 🇮🇳India Tirupati_Singh
Hi @chrisolof, I followed the steps to reproduce the issue and confirm that it still persists. When using the phone_number field, its design stands out with its own instead of rendering as per the current admin theme set. I've redesigned the number field rendering and removed the unnecessary CSS codes from the file. After the fixes, now phone number field is now being rendered as per the current admin theme. Please review the MR changes and let me know if any additional changes are needed.
I've attached the screenshots of before-and-after fixes for reference.
Thanks!