From a3036907b412c554a0c957bba4742b836881bc69 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Fri, 12 Apr 2024 16:09:48 +0200 Subject: [PATCH] fix: Avoid square border around RangeSelector Thumbs --- components/RangeSelector/src/RangeSelector.xaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/components/RangeSelector/src/RangeSelector.xaml b/components/RangeSelector/src/RangeSelector.xaml index ea451405..cfae884c 100644 --- a/components/RangeSelector/src/RangeSelector.xaml +++ b/components/RangeSelector/src/RangeSelector.xaml @@ -1,7 +1,9 @@  + xmlns:controls="using:CommunityToolkit.WinUI.Controls" + xmlns:not_win="http://uno.ui/not_win" + xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation">