Skip to content

Change sort icon and resize icon color #1212

Closed Answered by quoc-jordan-an
quoc-jordan-an asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I was abled to solve this:

muiTableHeadCellProps: ({ column }) => ({
            sx: {
                color: "white",
                backgroundColor: "#004EDA",
                fontWeight: "normal",
                fontSize: "14px",
                "& .MuiTableSortLabel-root svg": { // <----- this is for the sort icon
                    color: "white !important",
                },
            },
        }),

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@quoc-jordan-an
Comment options

Answer selected by quoc-jordan-an
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant