Skip to content

Commit 2b7855c

Browse files
committed
Change default Scrollbar Thumb color
1 parent c32ae79 commit 2b7855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Themes/Base.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<Setter Property="Template">
177177
<Setter.Value>
178178
<ControlTemplate TargetType="{x:Type Thumb}">
179-
<Border CornerRadius="2" DockPanel.Dock="Right" Background="#bebebe" BorderBrush="Transparent" BorderThickness="0" />
179+
<Border CornerRadius="2" DockPanel.Dock="Right" Background="#616161" BorderBrush="Transparent" BorderThickness="0" />
180180
</ControlTemplate>
181181
</Setter.Value>
182182
</Setter>

0 commit comments

Comments
 (0)