Skip to content

Commit

Permalink
Fixed mismatched style (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaier-IRT committed Aug 8, 2023
1 parent 22923ec commit d32db38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<Setter Property="Margin" Value="0,0,0,30" />
</Style>

<Style x:Key="PopupView" TargetType="Grid">
<Style x:Key="PopupView" TargetType="VerticalStackLayout">
<Setter Property="Padding" Value="20" />
</Style>

Expand Down

0 comments on commit d32db38

Please sign in to comment.