Skip to content

Commit

Permalink
Fixed samples warnings (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich authored Oct 4, 2020
1 parent 18a5eb2 commit 8529ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Sample/Xamarin.Forms.HotReload.Sample/Assets/styles.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.TestButtonStyle {
color: red;
font-size: 30;
font-size: x-large;
}

.TeamLabel
{
color: purple;
font-size: 40;
font-size: xx-large;
}

0 comments on commit 8529ace

Please sign in to comment.