diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index 37b69f1d7721c0ad94d3e9e2f23c5cdc7cd2152d..59c990b69da6ff711dc1aa5af4ff5d35e36cc43f 100644 --- a/crates/editor/src/element.rs +++ b/crates/editor/src/element.rs @@ -2431,7 +2431,7 @@ impl EditorElement { .border_1() .map(|div| { let border_color = if is_selected { - cx.theme().colors().text_accent + cx.theme().colors().border_focused } else { cx.theme().colors().border };