Replies: 1 comment
-
You should be able to override the coloring of the pagination control buttons by setting the corresponding theme property value which seems to be either "text" or "onSurface", depending on your theme version. The following theme definition worked for me:
You might be able to derive further corresponding theme values by having a look at the definitions in the source around here: react-native-paper/src/components/DataTable/DataTablePagination.tsx Lines 115 to 132 in bc0ecb1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to change the color for the pagination buttons control
Beta Was this translation helpful? Give feedback.
All reactions