Skip to content

Commit

Permalink
Fix calendar report day background colour in development theme (#4073)
Browse files Browse the repository at this point in the history
* fix calendar background in development theme

* note
  • Loading branch information
matt-fidd authored Jan 2, 2025
1 parent be5bfa2 commit 928260c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/style/themes/development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ export const tooltipText = colorPalette.navy900;
export const tooltipBackground = colorPalette.navy50;
export const tooltipBorder = colorPalette.navy150;

export const calendarCellBackground = colorPalette.navy900;
export const calendarCellBackground = colorPalette.navy100;
6 changes: 6 additions & 0 deletions upcoming-release-notes/4073.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [matt-fidd]
---

Fix calendar report day background color in development theme

0 comments on commit 928260c

Please sign in to comment.