We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f6843 commit d67f7aeCopy full SHA for d67f7ae
components/RangeSelector/src/RangeSelector.xaml
@@ -2,9 +2,9 @@
2
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
5
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6
xmlns:not_win="http://uno.ui/not_win"
7
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8
mc:Ignorable="not_win">
9
10
<Style BasedOn="{StaticResource DefaultRangeSelectorStyle}"
0 commit comments