We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66e9c8 commit 5e60780Copy full SHA for 5e60780
src/Resources/Styles.axaml
@@ -168,12 +168,13 @@
168
<Setter Property="TextBlock.TextDecorations" Value=""/>
169
<Setter Property="Template">
170
<ControlTemplate>
171
- <Grid Effect="drop-shadow(0 0 8 #80000000)">
+ <Grid Effect="drop-shadow(0 0 8 #30000000)">
172
<Border Margin="8"
173
Padding="8,6"
174
CornerRadius="4"
175
Background="{DynamicResource Brush.Popup}"
176
- BorderThickness="0"
+ BorderBrush="{DynamicResource Brush.Border2}"
177
+ BorderThickness="1"
178
MaxWidth="{TemplateBinding MaxWidth}"
179
MinHeight="{TemplateBinding MinHeight}"
180
HorizontalAlignment="{TemplateBinding HorizontalAlignment}">
0 commit comments