Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Nov 5, 2023
1 parent 6f3a333 commit d32bc55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AniStream/Resources/Styles/Styles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<Setter Property="StrokeShape" Value="RoundRectangle 8" />
<Setter Property="VerticalOptions" Value="Center" />
</Style>

<Style x:Key="EntrySearchBorderStyle" TargetType="Border">
<Setter Property="Padding" Value="20,0" />
<Setter Property="Margin" Value="12,0" />
Expand Down Expand Up @@ -319,7 +319,9 @@
</Style>

<Style TargetType="RefreshView">
<Setter Property="RefreshColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
<!--<Setter Property="RefreshColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />-->
<Setter Property="RefreshColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
</Style>

<Style TargetType="SearchBar">
Expand Down

0 comments on commit d32bc55

Please sign in to comment.