Skip to content

Commit 5e60780

Browse files
committed
ux: new tooltip style
Signed-off-by: leo <[email protected]>
1 parent f66e9c8 commit 5e60780

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Resources/Styles.axaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,13 @@
168168
<Setter Property="TextBlock.TextDecorations" Value=""/>
169169
<Setter Property="Template">
170170
<ControlTemplate>
171-
<Grid Effect="drop-shadow(0 0 8 #80000000)">
171+
<Grid Effect="drop-shadow(0 0 8 #30000000)">
172172
<Border Margin="8"
173173
Padding="8,6"
174174
CornerRadius="4"
175175
Background="{DynamicResource Brush.Popup}"
176-
BorderThickness="0"
176+
BorderBrush="{DynamicResource Brush.Border2}"
177+
BorderThickness="1"
177178
MaxWidth="{TemplateBinding MaxWidth}"
178179
MinHeight="{TemplateBinding MinHeight}"
179180
HorizontalAlignment="{TemplateBinding HorizontalAlignment}">

0 commit comments

Comments
 (0)