Skip to content

#28 light color mode icon on page load

ueli k requested to merge ideadapt/web:bugfix/28-color-mode-onload into main

If preference is 'system', the actual mode value (light or dark) is only available via the $colorMode.value property. The model to store the user selected mode is still $colorMode.preference (which will from then on always be equal to $colorMode.value).

Merge request reports