Skip to content

Commit

Permalink
Changes in project template to avoid BoxView mistake (#13348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz authored Feb 15, 2023
1 parent 0ea3ee2 commit 536fee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Style>

<Style TargetType="BoxView">
<Setter Property="Color" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
</Style>

<Style TargetType="Button">
Expand Down

0 comments on commit 536fee6

Please sign in to comment.