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?
![Screenshot 2023-09-17 at 6 28 09 PM](https://private-user-images.githubusercontent.com/58890841/268531446-96f5c715-0c0b-4711-b4a5-75780fea81cd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MzkzMTYsIm5iZiI6MTczOTgzOTAxNiwicGF0aCI6Ii81ODg5MDg0MS8yNjg1MzE0NDYtOTZmNWM3MTUtMGMwYi00NzExLWI0YTUtNzU3ODBmZWE4MWNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDAwMzY1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ0MmNjMjkyMjVjZDI5OGM1M2VmZGY1N2JhZWE4YTQ3NGM2NzcxODU0ZTBhMDZjMWI0Mzg1ZmU1MWE1MjkyYWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IrAcmnocpi3USKzowvcjMRVZq9zu3Uurh7GzkJSHhSo)
Beta Was this translation helpful? Give feedback.
All reactions