Skip to content

Commit 41e074c

Browse files
committed
chore: Adjust test
1 parent bbae17c commit 41e074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ContentDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public async Task When_DefaultButton_Not_Set()
227227

228228
var fg = SUT.PrimaryButton.Foreground as SolidColorBrush;
229229
Assert.IsNotNull(fg);
230-
Assert.AreEqual(Colors.Black, fg.Color);
230+
Assert.AreEqual(Color.FromArgb(0xE4, 0x00, 0x00, 0x00), fg.Color);
231231
}
232232
finally
233233
{

0 commit comments

Comments
 (0)