Use a proper color for the folded buffer border selection

This commit is contained in:
Kirill Bulatov 2024-12-17 01:00:11 +02:00
parent 373854be46
commit db2aa0bca5

View file

@ -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
};