diff --git a/crates/rules_library/src/rules_library.rs b/crates/rules_library/src/rules_library.rs index b346e979579f8b566a5a923ad8399592eddd7825..8357eb13857a642c56894263f676fca2bff30100 100644 --- a/crates/rules_library/src/rules_library.rs +++ b/crates/rules_library/src/rules_library.rs @@ -1354,6 +1354,7 @@ impl Render for RulesLibrary { client_side_decorations( v_flex() + .bg(theme.colors().background) .id("rules-library") .key_context("PromptLibrary") .on_action(cx.listener(|this, &NewRule, window, cx| this.new_rule(window, cx)))