How do you change DataTable.Pagination dropdown menu background color #4083
kyusungpark
started this conversation in
General
Replies: 1 comment
-
The dropdown background color is handled by the level2 property from elevation. <DataTable.Pagination
theme={{
colors: {
elevation: {
level2: "green",
},
},
}}
/> |
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
-
Hi, I am tyring to change the background color for DataTable.Pagination's dropdown menu. I went through the dock and Pagination and looked for all the properties that can take a ColorValue and didn't find one that works.
Also tried to update the background color using style prop, but this changes the color of the whole pagination.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions