Skip to content

Commit

Permalink
MauiSample: fix another build error
Browse files Browse the repository at this point in the history
* Cannot resolve property "SelectedTabTextColor" on type "MaterialUnderlinedTabItem (property missing or missing accessors)".
  • Loading branch information
janusw committed Sep 21, 2024
1 parent 22e2d3b commit 7ec6aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MauiSample/Presentation/Views/TabA.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<Style x:Key="MaterialTabStyle" TargetType="tabs:MaterialUnderlinedTabItem">
<Setter Property="SelectedTabColor" Value="{StaticResource Primary}" />
<Setter Property="SelectedTabTextColor" Value="{StaticResource Secondary}" />
<!--<Setter Property="SelectedTabTextColor" Value="{StaticResource Secondary}" />-->
<Setter Property="IconSize" Value="24" />
<Setter Property="FontFamily" Value="OpenSansRegular" />
<Setter Property="LabelSize" Value="14" />
Expand Down

0 comments on commit 7ec6aa3

Please sign in to comment.