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,
accent,
on_transparent_bg_component,
Srgba::new(0., 0., 0., 0.0),
Srgba::new(0., 0., 0., 0.0),
component_hovered_overlay,
component_pressed_overlay,
is_high_contrast,
control_steps_array[8],
),
@ -1593,8 +1593,8 @@ impl ThemeBuilder {
text_steps_array.as_deref(),
actual_alpha,
),
Srgba::new(0., 0., 0., 0.0),
Srgba::new(0., 0., 0., 0.0),
component_hovered_overlay,
component_pressed_overlay,
is_high_contrast,
control_steps_array[8],
),