Skip to content

Commit 4a78938

Browse files
MartinZikmundArlodotexe
authored andcommitted
chore: Apply styling
1 parent ad7237f commit 4a78938

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

components/RangeSelector/src/RangeSelector.xaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
TargetType="Thumb">
2828
<Setter Property="UseSystemFocusVisuals" Value="True" />
2929
<Setter Property="BorderThickness" Value="1" />
30-
<win:Setter Property="BorderBrush" Value="{ThemeResource SliderThumbBorderBrush}"/>
31-
<!-- Uno specific (https://github.com/unoplatform/uno/issues/6457): Use solid border brush -->
32-
<not_win:Setter Property="BorderBrush" Value="{ThemeResource ControlStrokeColorDefaultBrush}" />
30+
<win:Setter Property="BorderBrush"
31+
Value="{ThemeResource SliderThumbBorderBrush}" />
32+
<!-- Uno specific (https://github.com/unoplatform/uno/issues/6457): Use solid border brush -->
33+
<not_win:Setter Property="BorderBrush"
34+
Value="{ThemeResource ControlStrokeColorDefaultBrush}" />
3335
<Setter Property="Background" Value="{ThemeResource SliderThumbBackground}" />
3436
<Setter Property="Height" Value="{ThemeResource SliderHorizontalThumbHeight}" />
3537
<Setter Property="Width" Value="{ThemeResource SliderHorizontalThumbWidth}" />

0 commit comments

Comments
 (0)