Update scrollbar styling

This commit is contained in:
Mikayla Maki 2023-05-22 16:23:36 -07:00
parent 1b5be04f76
commit fc82489128
No known key found for this signature in database

View File

@ -1053,7 +1053,7 @@ impl EditorElement {
});
if layout.is_singleton && settings::get::<EditorSettings>(cx).scrollbar.git_diff {
let diff_style = theme::current(cx).editor.diff.clone();
let diff_style = theme::current(cx).editor.scrollbar.git.clone();
for hunk in layout
.position_map
.snapshot