react-native-paper-dates
react-native-paper-dates copied to clipboard
Is there a way to override the automatic title text color?
If not, it would be nice to have a dark=boolean prop, like on the Appbar, to override the automatic title color based on the background.
I'm in need of such a feature, or a way to set the color to whatever I'd like, without changing the background color.
From Appbar docs:
dark Type:
booleanWhether the background color is a dark color. A dark appbar will render light text and vice-versa.
agree, we're trying to use #000000 as Primary color which makes the text color very dark as well and not able to see which field is editing.

@prankymat your issue should not be happening and we should use this hook there instead of color: #000 https://github.com/web-ridge/react-native-paper-dates/blob/master/src/utils.ts#L34