🤦 Remove references to system_color
This commit is contained in:
parent
dd55ccef34
commit
3a326bfa7e
7 changed files with 8 additions and 17 deletions
|
@ -61,10 +61,9 @@ impl GitStatus {
|
|||
|
||||
pub fn hsla(&self, cx: &WindowContext) -> Hsla {
|
||||
let color = ThemeColor::new(cx);
|
||||
let system_color = SystemColor::new();
|
||||
|
||||
match self {
|
||||
Self::None => system_color.transparent,
|
||||
Self::None => color.transparent,
|
||||
Self::Created => color.git_created,
|
||||
Self::Modified => color.git_modified,
|
||||
Self::Deleted => color.git_deleted,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue