mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
3e0d1ddb10
The dark theme overrides in ak-pagination assigned the disabled color variable to the active button and the active color variable to the overridden disabled-color custom property. As a result, the active arrow appeared muted and the disabled arrow appeared highlighted on the first and last pages of paginated lists. Swap the two values so the active arrow uses the m-plain color and the disabled custom property keeps the m-plain disabled color. Closes #22607 Co-authored-by: nicedevil007 <nicedevil007@users.noreply.github.com>