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:
Marshall Bowers 2023-12-11 13:34:29 -05:00 committed by GitHub
parent 22e99033e1
commit 7f4d03fab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.),