fix(theme-gen): typo, use overlay colors
This commit is contained in:
parent
5ea8a86959
commit
9855d8b6fd
1 changed files with 4 additions and 4 deletions
|
|
@ -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],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue