diff --git a/Views/Components/RecipeView.xaml b/Views/Components/RecipeView.xaml index 8e794da..a820114 100644 --- a/Views/Components/RecipeView.xaml +++ b/Views/Components/RecipeView.xaml @@ -12,7 +12,9 @@ BackgroundColor="{StaticResource BackgroundSecondary}" Padding="10" MinimumHeightRequest="175" + MaximumHeightRequest="175" MinimumWidthRequest="150" + MaximumWidthRequest="150" RowDefinitions="*, Auto"> @@ -23,7 +25,12 @@ StrokeShape="RoundRectangle 20" BackgroundColor="{StaticResource ImageBackground}"> - +