Skip to content

Commit 3877457

Browse files
committed
Use correct resource for overlay corner radius
1 parent eff0f25 commit 3877457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@
158158
<Style x:Key="ColorPickerButtonFlyoutPresenterStyle"
159159
TargetType="FlyoutPresenter">
160160
<Setter Property="Padding" Value="0" />
161-
<Setter Property="CornerRadius" Value="4" />
161+
<Setter Property="CornerRadius" Value="{ThemeResource OverlayCornerRadius}" />
162162
</Style>
163163
</ResourceDictionary>

0 commit comments

Comments
 (0)