Skip to content

Commit 412f4bf

Browse files
Different color for current mood block outline so it works on light mode
1 parent 5a84e4b commit 412f4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JournalApp/Pages/Calendar/CalendarView.razor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838

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

4343
.mood-block {

0 commit comments

Comments
 (0)