Change default Scrollbar Thumb color

This commit is contained in:
Dobin Park 2021-10-01 21:51:56 +09:00
parent c32ae791f4
commit 2b7855cbff

View file

@ -176,7 +176,7 @@
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Border CornerRadius="2" DockPanel.Dock="Right" Background="#bebebe" BorderBrush="Transparent" BorderThickness="0" />
<Border CornerRadius="2" DockPanel.Dock="Right" Background="#616161" BorderBrush="Transparent" BorderThickness="0" />
</ControlTemplate>
</Setter.Value>
</Setter>