diff --git a/src/app/mod.rs b/src/app/mod.rs index 5357341..d546bec 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -3757,7 +3757,7 @@ fn view(state: &AppState) -> Element<'_, AppMessage> { .padding(15) .width(iced::Length::Fill) .height(iced::Length::Fill) - .style(c_style(color_crust, Color::TRANSPARENT, 0.0)); + .style(c_style(root_bg, Color::TRANSPARENT, 0.0)); with_hotkey_info( with_pixelpass_help(with_layout_picker(room.into(), state), state),