diff --git a/Pages/CreateRecipePage.xaml b/Pages/CreateRecipePage.xaml index 2418c52..fcac55f 100644 --- a/Pages/CreateRecipePage.xaml +++ b/Pages/CreateRecipePage.xaml @@ -3,10 +3,11 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="ShoopNCook.Pages.CreateRecipePage" Title="CreateRecipePage" + xmlns:views="clr-namespace:ShoopNCook.Views" BackgroundColor="{StaticResource BackgroundPrimary}"> + RowDefinitions="Auto, *, Auto" + Padding="20, 30, 20, 20"> - - - - - - - - + + + + + + + + + + + + + + + + +