web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
640 stars 164 forks source link

white headerBackground in v 0.11.14 #257

Closed poy004id closed 1 year ago

poy004id commented 1 year ago

Ask your Question

i update from 0.11.11 because in some android device it is so slow. It feel faster in 0.11.14 but the header is not in primary color.

Here is the screenshot in android : Screenshot_1677160667

And this is the repro : https://snack.expo.dev/@7marrch/react-native-paper-dates-headerbackground

thank you in advance

iM-GeeKy commented 1 year ago

Hey @poy004id, the color of the container corresponds to the surface attribute in the theme and is that way so that it adheres to the MD3 date picker.

poy004id commented 1 year ago

ok, thank you