Skip to content

Commit 8cc36dd

Browse files
committed
Add corner radius to ColorPickerButton flyout
1 parent bf502c6 commit 8cc36dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/ColorPicker/ColorPickerButton.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,6 @@
158158
<Style x:Key="ColorPickerButtonFlyoutPresenterStyle"
159159
TargetType="FlyoutPresenter">
160160
<Setter Property="Padding" Value="0" />
161+
<Setter Property="CornerRadius" Value="4" />
161162
</Style>
162163
</ResourceDictionary>

0 commit comments

Comments
 (0)