Skip to content

Commit aa83779

Browse files
committed
Fixed Colors namespace in WinUI2
1 parent 4d7e543 commit aa83779

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/GradientSlider/src/GradientSlider.Input.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
#if !WINAPPSDK
6+
using Windows.UI;
7+
#else
58
using Microsoft.UI;
9+
#endif
610

711
namespace CommunityToolkit.WinUI.Controls;
812

0 commit comments

Comments
 (0)