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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to change the color for the pagination buttons control
All reactions