Skip to content

Commit

Permalink
chore: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jan 24, 2024
1 parent 0e4f914 commit ed7d14f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Uno.UI.Extensions;
using Uno.UI.RuntimeTests.Helpers;
using System.Linq;
using Microsoft.UI;

#if !HAS_UNO_WINUI
using Microsoft/* UWP don't rename */.UI.Xaml.Controls;
Expand All @@ -28,7 +27,7 @@ public class Given_CalendarView
public async Task When_ItemCornerRadius()
{
var calendarView = new CalendarView();
calendarView.OutOfScopeBackground = new SolidColorBrush(Colors.Red);
calendarView.OutOfScopeBackground = new SolidColorBrush(Microsoft.UI.Colors.Red);
calendarView.CalendarItemCornerRadius = new CornerRadius(40);
calendarView.DayItemCornerRadius = new CornerRadius(20);

Expand Down

0 comments on commit ed7d14f

Please sign in to comment.