mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 01:52:16 +00:00
# Pull Request Template ## Description This PR fixes styling inconsistencies by excluding specific more input types (range, color, image, hidden) from receiving the default text input styles. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? ### Screenshots **Before** <img width="464" alt="image" src="https://github.com/user-attachments/assets/6c629600-67d4-41cd-a244-bb45d222d0ca" /> <img width="943" alt="image" src="https://github.com/user-attachments/assets/9037cf52-1791-4680-9b9e-8647c14e2800" /> After <img width="464" alt="image" src="https://github.com/user-attachments/assets/bf745e33-c58a-4584-8283-855c5ea8fd4e" /> <img width="943" alt="image" src="https://github.com/user-attachments/assets/200e36ee-ab26-48a8-bda4-b69d9ed143f8" /> ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules