You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest version of react-native-paper, the input text color is onSurfaceVariant when the mode is flat. But as per MD3 design guidelines, it should be onSurface.
Is there any specific reason to use onSurfaceVariant instead of onSurface only for flat mode?
Hey @ektaghag-eaton, I've noticed that Material Design in October 2023 reorganized their color structure, so there can be an option some colors have been updated. I'll take a look at it.
Ask your Question
In the latest version of react-native-paper, the input text color is
onSurfaceVariant
when the mode is flat. But as per MD3 design guidelines, it should beonSurface
.Is there any specific reason to use
onSurfaceVariant
instead ofonSurface
only for flat mode?react-native-paper/src/components/TextInput/helpers.tsx
Line 331 in 726b98f
The text was updated successfully, but these errors were encountered: