Address Dark Mode Divider Visibility Issue by Updating Surface Colors #102
Labels
chore
House keeping; non-functional, non-visual changes
improvement
Minor improvements, no new functionality
Description
This follow-up issue to the problem discovered in this PR discussion aims to resolve the divider visibility problem in dark mode due to the M3 design specification flaw. Specifically, the colors
surfaceVariant
andoutlineVariant
are both mapped toneutral-variant30
, making dividers invisible in dark mode.In #76 we quickly fixed this issue by assigning a different value to
outlineVariant
for dark modeTasks
surfaceVariant
withsurfaceContainer
(or another suitable color).The text was updated successfully, but these errors were encountered: