From 601ec92181638f02d48314e46f73b8dbdae1e0e2 Mon Sep 17 00:00:00 2001 From: Mollusk Date: Sat, 20 Jun 2026 17:57:16 -0400 Subject: [PATCH] Show custom background in room view --- src/app/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),