Hi Bumped into a problem with Material theme in Dark variant, Font on pagin

Hi
Bumped into a problem with Material theme in Dark variant, Font on paginator (paper buttons) are also dark/black. Take a look at attached screens. I’m using Chrome. Do you have some idea how to fix it without touching source code?
Thank You


Hi,
I was able to change the text color of the paper-button component within the lit-pagination by adding this snippet of css inside a css file and importing that css using the @CssImport

lit-pagination {
     --primary-text-color: white;
}

Probably you have already found a solution now after 2 weeks, but hope this would still help.

Hi,

The new version 2.0.6 enables the color text of the paginator buttons to conform the theme and variant set on the application. There is no need to use a custom styling as I wrote above.

Kind regards,
K