Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
In our company we are using an app theme that is derived from MaterialUI, so the Material components fit very well as a starting off point.
Unfortunately our design specs specify that OutlinedTextField in non-focused state should have an outline border thickness of 2dp. In the code this outline border thickness is hardcoded in a private variable, permanently set to 1dp.
I did not find any way to change it, although with the old Android style XML Material UI components styling the border thickness of outlined TextFields is possible.
I could open a PR to address the issue if required.