Skip to content

Commit 8f417cc

Browse files
committed
Update SampleApp
1 parent 54cd4c7 commit 8f417cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Samples/Nalu.Maui.Sample/Nalu.Maui.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<PackageReference Include="SkiaSharp" Version="3.119.1" />
7171
<PackageReference Include="Svg.Skia" Version="3.2.1" />
7272
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.0" />
73-
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.11"/>
73+
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20"/>
7474
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.0"/>
7575
</ItemGroup>
7676

Samples/Nalu.Maui.Sample/Pages/OnePage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</Button.CommandParameter>
114114
</Button>
115115

116-
<Entry Placeholder="Type something" />
116+
<Entry Placeholder="Type something" BackgroundColor="Beige" />
117117
</VerticalStackLayout>
118118
</ScrollView>
119119
</ContentPage>

0 commit comments

Comments
 (0)