wpf
wpf copied to clipboard
OverlayCornerRadius should be 8
Description
The OverlayCornerRadius is using 4. That should be 8.
See WinUI source code and:
Reproduction Steps
Look at source code
Expected behavior
<CornerRadius x:Key="OverlayCornerRadius">8,8,8,8</CornerRadius>
Actual behavior
<CornerRadius x:Key="OverlayCornerRadius">4,4,4,4</CornerRadius>
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
No response