diff --git a/crates/theme/src/default_colors.rs b/crates/theme/src/default_colors.rs index de69c3294e..48e67a4cc0 100644 --- a/crates/theme/src/default_colors.rs +++ b/crates/theme/src/default_colors.rs @@ -50,7 +50,7 @@ impl ThemeColors { icon_accent: blue().light().step_11(), status_bar_background: neutral().light().step_2(), title_bar_background: neutral().light().step_2(), - title_bar_inactive_background: neutral().light_alpha().step_3(), + title_bar_inactive_background: neutral().light().step_3(), toolbar_background: neutral().light().step_1(), tab_bar_background: neutral().light().step_2(), tab_inactive_background: neutral().light().step_2(), @@ -148,7 +148,7 @@ impl ThemeColors { icon_accent: blue().dark().step_11(), status_bar_background: neutral().dark().step_2(), title_bar_background: neutral().dark().step_2(), - title_bar_inactive_background: neutral().dark_alpha().step_3(), + title_bar_inactive_background: neutral().dark().step_3(), toolbar_background: neutral().dark().step_1(), tab_bar_background: neutral().dark().step_2(), tab_inactive_background: neutral().dark().step_2(),