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

Dark mode: Color of pagination buttons #1709

Closed
MrKrisKrisu opened this issue Jul 5, 2023 · 0 comments · Fixed by #1714
Closed

Dark mode: Color of pagination buttons #1709

MrKrisKrisu opened this issue Jul 5, 2023 · 0 comments · Fixed by #1714
Labels
bug Something isn't working ui Issues related to ui (design), frontend, etc.

Comments

@MrKrisKrisu
Copy link
Member

Describe the bug
Color of the pagination buttons (e.g. on dashboard) doesn't match dark mode

<ul class="pagination justify-content-center mt-5">
    <li class="page-item disabled" aria-disabled="true">
        <span class="page-link">« page précédente</span>
    </li>
    <li class="page-item">
        <a class="page-link" href="https://traewelling.de/dashboard?page=2" rel="next">page suivante »</a>
    </li>
</ul>

Screenshots
image

@MrKrisKrisu MrKrisKrisu added bug Something isn't working ui Issues related to ui (design), frontend, etc. labels Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Issues related to ui (design), frontend, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant