Fixed
Status Update
Comments
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.