From 59cdbf03da5809c6fcbf3ef478f55e42f228e9fd Mon Sep 17 00:00:00 2001 From: Jack Fistelmann Date: Sat, 11 Feb 2023 22:52:57 +0100 Subject: [PATCH] feat(): selected tab text color added ability to specify selected tab text color for BottomTabItem. Closes #71 --- MauiSample/Presentation/Views/TabA.xaml | 1 + README.md | 4 ++++ Tabs/Tabs/BottomTabItem.xaml.cs | 16 +++++++++++++++- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/MauiSample/Presentation/Views/TabA.xaml b/MauiSample/Presentation/Views/TabA.xaml index 8b99797..bdf048b 100644 --- a/MauiSample/Presentation/Views/TabA.xaml +++ b/MauiSample/Presentation/Views/TabA.xaml @@ -11,6 +11,7 @@