Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the "next page" color #10627

Closed
kurch00 opened this issue Apr 24, 2024 · 2 comments
Closed

Change the "next page" color #10627

kurch00 opened this issue Apr 24, 2024 · 2 comments
Assignees
Labels
question generic question

Comments

@kurch00
Copy link

kurch00 commented Apr 24, 2024

In my dashboard I developed a dark-mode widget. But, when the dark-mode is activated, the button "next page" in my table remains dark. How can I change the color of the button?

Here's the example:
next-page-btn-color

@ssakharova
Copy link

Hello @kurch00,

In order to change the color of the pagination buttons, you will need to open the Widget Card settings tab, find there the card style section, and click on the drop-down element “Advanced widget style”.

In the widget CSS field, you need to put these lines of code:

.mat-mdc-paginator-icon{
    fill: white !important;
}

image

Best regards,
Sofiia

@kurch00
Copy link
Author

kurch00 commented May 3, 2024

tkss, it works here!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question generic question
Projects
None yet
Development

No branches or pull requests

3 participants