diff options
author | schencej <schencej@clarkson.edu> | 2019-12-11 18:15:48 -0500 |
---|---|---|
committer | schencej <schencej@clarkson.edu> | 2019-12-11 18:15:48 -0500 |
commit | 23592cae5cdfe61f742151204a98334fa693569f (patch) | |
tree | e83d3574a1025e27e5e0b872077a2d5a14fd155b /recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html | |
parent | 77f57229c02521f00be16fe27e8e672f06809dbc (diff) |
added styling to cook pages
Diffstat (limited to 'recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html')
-rw-r--r-- | recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html b/recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html index c1ef1ef..0f046ad 100644 --- a/recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html +++ b/recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html @@ -2,7 +2,7 @@ <h1>{{cookedRecipe.name}}</h1> <div class="input-box"> - Serving<input (keyup)="updateRecipe($event)"> + Serving<input placeholder={{cookedRecipe.servingSize}} (keyup)="updateRecipe($event)"> </div> <h4>Ingredients:</h4> @@ -13,4 +13,4 @@ </div> </div> -<button class="button" routerLink="/cook"> Ready </button> +<button mat-stroked-button class="button" routerLink="/cook"> Ready </button> |