This commit is contained in:
2024-10-12 22:24:29 +02:00
parent 1d9f827a7f
commit ebd5ab741c

View File

@@ -10,7 +10,7 @@
</ContentPage.BindingContext>
<ContentPage.ToolbarItems>
<ToolbarItem Text="Add" Command="{Binding NewEntryCommand}" IconImageSource="{FontImage Glyph='+', Color=Black, Size=22}" />
<ToolbarItem Text="Add" Command="{Binding NewEntryCommand}" IconImageSource="{FontImage Glyph='+', Size=22}" />
</ContentPage.ToolbarItems>