Skip to content

Commit f9de13b

Browse files
committed
Update NewDocumentPage.xaml
1 parent 35a5ec5 commit f9de13b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docAndCom_sol/docAndCom/docAndCom/NewDocumentPage.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
<Button
3636
Margin="0, 25, 0, 0"
3737
Text="{Binding [takePhotoText], Source={x:Static resources:ResourceLoader.Instance}}"
38-
BackgroundColor="Goldenrod"
38+
BackgroundColor="#5151CC"
39+
TextColor="White"
3940
Grid.Row="2"
4041
Grid.Column="0"
4142
Clicked="TakePhoto_Clicked"/>
@@ -67,6 +68,8 @@
6768
Grid.ColumnSpan="2"/>
6869
<Button
6970
Margin="0, 18, 0, 0"
71+
BackgroundColor="#6666FF"
72+
TextColor="White"
7073
Grid.Row="5"
7174
Grid.Column="1"
7275
Text="{Binding [documentImageText], Source={x:Static resources:ResourceLoader.Instance}}"

0 commit comments

Comments
 (0)