Skip to content

Commit

Permalink
fix: set more suitable color to selected day with existing entries in…
Browse files Browse the repository at this point in the history
… calendar
  • Loading branch information
yoshi29 committed Jun 3, 2024
1 parent 7f6fa6f commit 9f98a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Diary/Diary/Views/Entry/EntryListView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
Dark={StaticResource PrimaryLightText}}"
EventIndicatorColor="{AppThemeBinding Light={StaticResource TertiaryDark},
Dark={StaticResource Tertiary}}"
EventIndicatorSelectedTextColor="{StaticResource PrimaryLightText}"
EventIndicatorType="BottomDot"
Events="{Binding Events}"
HorizontalOptions="Fill"
Expand Down

0 comments on commit 9f98a34

Please sign in to comment.