Skip to content

Commit

Permalink
Sample Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AathifMahir committed Apr 1, 2024
1 parent a76b9e3 commit 20d4cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/MauiIcons.Sample/MarkupPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ private void AddMarkup()
new MauiIcon().Icon(FontAwesomeBrandIcons.Pinterest).IconColor(Colors.Red),
new Button().Icon(FontAwesomeBrandIcons.Github).IconSize(30),
new Entry().Icon(FontAwesomeIcons.Building).IconSize(20.0),
new Image{ Source = MaterialIcons.Favorite.ToImageSource(iconColor: Colors.Blue, iconSize: 50) },
}
}

Expand Down

0 comments on commit 20d4cf8

Please sign in to comment.