ui: picker: Use ui.selection instead of ui.selection.primary
This commit is contained in:
parent
f20dc1283d
commit
eb9ac0a743
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ impl<T: 'static> Component for FilePicker<T> {
|
||||||
for x in inner.left()..inner.right() {
|
for x in inner.left()..inner.right() {
|
||||||
surface
|
surface
|
||||||
.get_mut(x, inner.y + line.saturating_sub(first_line) as u16)
|
.get_mut(x, inner.y + line.saturating_sub(first_line) as u16)
|
||||||
.set_style(cx.editor.theme.get("ui.selection.primary"));
|
.set_style(cx.editor.theme.get("ui.selection"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue