Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pprimor/actual
Browse files Browse the repository at this point in the history
  • Loading branch information
pprimor committed Feb 1, 2024
2 parents 7341914 + 2b21476 commit 5bb81aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const MonthPicker = ({
}),
...(hovered &&
!selected && {
backgroundColor: 'rgba(100, 100, 100, .15)',
backgroundColor: theme.buttonBareBackgroundHover,
}),
...(hovered &&
selected && {
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2121.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [pprimor]
---

Change the hover background color of the month picker range to match other buttons in the UI.

0 comments on commit 5bb81aa

Please sign in to comment.