Skip to content

Commit 9abaac7

Browse files
Rosuaviomichael-hawker
authored andcommitted
Fix TolkenizingTextBoxItem close button.
Set padding for close button to isolate from winui changes.
1 parent 8aed05f commit 9abaac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox/TokenizingTextBoxItem.Token.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<Setter Property="Visibility" Value="Visible" />
1515
<Setter Property="Background" Value="Transparent" />
1616
<Setter Property="BorderThickness" Value="0" />
17+
<Setter Property="Padding" Value="8,5,8,6" />
1718
</Style>
1819

1920
<Style x:Key="TokenizingTextBoxItemTokenStyle" TargetType="controls:TokenizingTextBoxItem">

0 commit comments

Comments
 (0)