Open
Description
Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.
Whichever version is bundled with Umbraco 15.2.0
Bug summary
The number on the active page number is not visible in dark mode.
I wasn't sure if the theme was part of the UUI library or the main Umbraco CMS project?
Specifics
This is what you see in dark mode:
This is the issue, the --uui-button-contrast
variable has not been setup in the dark theme.
Steps to reproduce
Within Umbraco, log in and switch to "dark" mode.
Go to any page that has paging at the bottom (for example, the log viewer), you will see the active item is a blue button, but there appears to be no writing as the font color has not been set.
See the screen shots above.
Expected result / actual result
I'd expect the variable to be set and to probably have a white font color, or something similar so the user can see the font :)