|
|
|
@ -2,7 +2,6 @@ |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
|
|
|
<Style Selector="PopupRoot"> |
|
|
|
<Setter Property="TransparencyLevelHint" Value="Transparent" /> |
|
|
|
<Setter Property="Background" Value="{x:Null}" /> |
|
|
|
<Setter Property="Foreground" Value="{DynamicResource SystemControlForegroundBaseHighBrush}"/> |
|
|
|
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}"/> |
|
|
|
<Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" /> |
|
|
|
|