Refactor separator to use frameContrast, add lightFrameContrast
Have two values for frameContrast
, where lightFrameContrast
is only used by Separator.Weight.Light
.
When we implement high-contrast accessibility setting, we can just set lightFrameContrast
follow same value as frameContrast
when high-contrast setting is enabled.
This also fixes the bug where Separator.Weight.Light
color was not set.
Edited by Akseli Lahtinen