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 eff0f25 commit 3877457Copy full SHA for 3877457
Microsoft.Toolkit.Uwp.UI.Controls/ColorPicker/ColorPickerButton.xaml
@@ -158,6 +158,6 @@
158
<Style x:Key="ColorPickerButtonFlyoutPresenterStyle"
159
TargetType="FlyoutPresenter">
160
<Setter Property="Padding" Value="0" />
161
- <Setter Property="CornerRadius" Value="4" />
+ <Setter Property="CornerRadius" Value="{ThemeResource OverlayCornerRadius}" />
162
</Style>
163
</ResourceDictionary>
0 commit comments