mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 15:11:25 +00:00
Fix color for selections in scrollbar (#3590)
This PR fixes an issue where we weren't using the right color for displaying selections within the scrollbar. Release Notes: - N/A
This commit is contained in:
parent
22e99033e1
commit
7f4d03fab2
1 changed files with 1 additions and 1 deletions
|
@ -1302,7 +1302,7 @@ impl EditorElement {
|
|||
cx.paint_quad(
|
||||
bounds,
|
||||
Corners::default(),
|
||||
cx.theme().colors().scrollbar_thumb_background,
|
||||
cx.theme().status().info,
|
||||
Edges {
|
||||
top: Pixels::ZERO,
|
||||
right: px(1.),
|
||||
|
|
Loading…
Reference in a new issue