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:
@@ -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.),
|
||||
|
||||
Reference in New Issue
Block a user