|
|
@ -3,7 +3,8 @@
|
|
|
|
<ResourceDictionary
|
|
|
|
<ResourceDictionary
|
|
|
|
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="ActivityIndicator">
|
|
|
|
<Style TargetType="ActivityIndicator">
|
|
|
|
<Setter Property="Color" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="Color" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|