Fixed visual inconsistencies between disabled input components by adding a joint class name bg-slate-100 to input and select components for uniform disabled look.
Related issue
273
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[x] I have read the project's CONTRIBUTING document
[x] I have checked my code with the project's static analysis tooling
[x] I have formatted my code with the project's Prettier code-style configuration
[x] I have checked my code for misspellings
[x] I have organized my changes in easy-to-follow commits
[ ] My change requires a change to the documentation
Basic information
Description
Summary
Fixed visual inconsistencies between disabled input components by adding a joint class name
bg-slate-100
to input and select components for uniform disabled look.Related issue
273
Types of changes
Checklist