Skip to content

Commit

Permalink
Update Issue24864.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Oct 21, 2024
1 parent 9d2933f commit 25d48e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Controls/tests/TestCases.HostApp/Issues/Issue24864.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ public Issue24864()
BackgroundColor = Colors.Transparent,
Text = "Hello World",
Margin = new Thickness(10)
}
,new Button
},
new ImageButton
{
BorderWidth = 1,
TextColor = Colors.Black,
BackgroundColor = Colors.Transparent,
Text = "Hello World"
}
};
}
Expand Down

0 comments on commit 25d48e7

Please sign in to comment.