From 8a3e19f5d9841c8a5382e1375a8070a871f0de7e Mon Sep 17 00:00:00 2001 From: danellisuk Date: Thu, 28 Dec 2023 18:48:32 +0000 Subject: [PATCH] Update AllNotesPage.xaml use theme colour for plus icon The plus symbol for adding a note was white which was not visible when using a light theme on Android. This change uses the Primary theme colour which is visible on both light and dark mode. --- .../viewmodel-shared/csharp/Notes/Views/AllNotesPage.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/notes-mvvm/snippets/viewmodel-shared/csharp/Notes/Views/AllNotesPage.xaml b/docs/tutorials/notes-mvvm/snippets/viewmodel-shared/csharp/Notes/Views/AllNotesPage.xaml index daff99677..b1cbfb6d5 100644 --- a/docs/tutorials/notes-mvvm/snippets/viewmodel-shared/csharp/Notes/Views/AllNotesPage.xaml +++ b/docs/tutorials/notes-mvvm/snippets/viewmodel-shared/csharp/Notes/Views/AllNotesPage.xaml @@ -11,7 +11,7 @@ - +