processwire-issues icon indicating copy to clipboard operation
processwire-issues copied to clipboard

Configurable-Module wrong colors in DarkMode for some ->themeColor settings

Open horst-n opened this issue 2 months ago • 0 comments

Using the new Admin-Theme-Uikit,

when assigning ->themeColor like ''warning" or "highlight" to fields or fieldsets, in LightMode it behaves as expected, (known from the past). In DarkMode it glitches. I have a few screenshots that best can show what I mean:

LightMode, (renders as expected):

Image

DarkMode, (renders with unreadable text-colors and not nice background colors):

Image

Image

` $fieldset->themeColor = 'primary'; $fieldset->themeColor = 'secondary'; $fieldset->themeColor = 'warning'; <-- $fieldset->themeColor = 'highlight'; <--

` Discovered with PW 3.0.252

horst-n avatar Oct 26 '25 14:10 horst-n