mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
Update scrollbar styling
This commit is contained in:
parent
1b5be04f76
commit
fc82489128
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ impl EditorElement {
|
||||||
});
|
});
|
||||||
|
|
||||||
if layout.is_singleton && settings::get::<EditorSettings>(cx).scrollbar.git_diff {
|
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
|
for hunk in layout
|
||||||
.position_map
|
.position_map
|
||||||
.snapshot
|
.snapshot
|
||||||
|
|
Loading…
Reference in a new issue