Use a proper color for the folded buffer border selection
This commit is contained in:
parent
373854be46
commit
db2aa0bca5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue