fix(theme-gen): typo, use overlay colors

This commit is contained in:
Ashley Wulber 2026-06-18 16:18:33 -04:00 committed by Ashley Wulber
parent 5ea8a86959
commit 9855d8b6fd

View file

@ -1551,8 +1551,8 @@ impl ThemeBuilder {
transparent_bg_component, transparent_bg_component,
accent, accent,
on_transparent_bg_component, on_transparent_bg_component,
Srgba::new(0., 0., 0., 0.0), component_hovered_overlay,
Srgba::new(0., 0., 0., 0.0), component_pressed_overlay,
is_high_contrast, is_high_contrast,
control_steps_array[8], control_steps_array[8],
), ),
@ -1593,8 +1593,8 @@ impl ThemeBuilder {
text_steps_array.as_deref(), text_steps_array.as_deref(),
actual_alpha, actual_alpha,
), ),
Srgba::new(0., 0., 0., 0.0), component_hovered_overlay,
Srgba::new(0., 0., 0., 0.0), component_pressed_overlay,
is_high_contrast, is_high_contrast,
control_steps_array[8], control_steps_array[8],
), ),