Add seperate scrollbar styling

This commit is contained in:
Mikayla Maki 2023-05-22 10:03:02 -07:00
parent 2200a22c07
commit af73c1af06
No known key found for this signature in database
4 changed files with 21 additions and 2 deletions

View file

@ -1052,7 +1052,7 @@ impl EditorElement {
..Default::default()
});
let diff_style = theme::current(cx).editor.diff.clone();
let diff_style = &theme::current(cx).editor.scrollbar.git;
for hunk in layout
.position_map
.snapshot