Skip to content

Commit

Permalink
Different color for current mood block outline so it works on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Apr 2, 2024
1 parent 5a84e4b commit 412f4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JournalApp/Pages/Calendar/CalendarView.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.mood-block-container-current {
outline: 2px dashed white;
outline: 2px dashed var(--mud-palette-text-primary);
}

.mood-block {
Expand Down

0 comments on commit 412f4bf

Please sign in to comment.