Skip to content

Commit 9a63e40

Browse files
authored
apply 4,4,0,0 cornerradius to filled AutoSuggestBox style (#3793)
1 parent bd2fbc8 commit 9a63e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.AutoSuggestBox.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
<Setter Property="Background" Value="{DynamicResource MaterialDesign.Brush.TextBox.FilledBackground}" />
613613
<Setter Property="Padding" Value="{x:Static wpf:Constants.FilledTextBoxDefaultPadding}" />
614614
<Setter Property="wpf:TextFieldAssist.HasFilledTextField" Value="True" />
615-
<Setter Property="wpf:TextFieldAssist.TextFieldCornerRadius" Value="4" />
615+
<Setter Property="wpf:TextFieldAssist.TextFieldCornerRadius" Value="4,4,0,0" />
616616
<Setter Property="wpf:TextFieldAssist.UnderlineCornerRadius" Value="0" />
617617
</Style>
618618

0 commit comments

Comments
 (0)