|
|
@@ -58,7 +58,7 @@ |
|
|
|
Foreground="Aqua" |
|
|
|
IcoText="" |
|
|
|
Cursor="Hand" |
|
|
|
Style="{StaticResource NewButtonStyle}" |
|
|
|
Style="{StaticResource IcoButtonStyle}" |
|
|
|
Command="{Binding NewRecipe}"> |
|
|
|
</pry:IcoButton> |
|
|
|
<pry:IcoButton |
|
|
@@ -68,7 +68,7 @@ |
|
|
|
Foreground="Aqua" |
|
|
|
IcoText="" |
|
|
|
Cursor="Hand" |
|
|
|
Style="{StaticResource NewButtonStyle}" |
|
|
|
Style="{StaticResource IcoButtonStyle}" |
|
|
|
Command="{Binding SaveRecipe}"> |
|
|
|
</pry:IcoButton> |
|
|
|
|
|
|
|