Skip to content

Commit 4a16488

Browse files
fix: remove the default background colour from vehicle tooltips
1 parent ffe353a commit 4a16488

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Client.Wpf/Controls/VehicleTooltipControl.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
d:DesignWidth="322">
1111
<StackPanel
1212
x:Name="_underlay"
13-
Margin="-6 -4"
14-
Background="White">
13+
Margin="-6 -4">
1514

1615
<StackPanel
1716
x:Name="_tooltipPanel"

0 commit comments

Comments
 (0)