Skip to content

Commit

Permalink
fix: selected task item border color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed Apr 27, 2023
1 parent a7b8333 commit e0a74f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/components/Theme/Dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
}
}

.selected .task-item {
border-color: $--dk-task-item-hover-border-color;
}

.task-name {
color: $--dk-task-item-text-color;
}
Expand Down

0 comments on commit e0a74f7

Please sign in to comment.