|
57 | 57 | TargetType="Border"> |
58 | 58 | <Setter Property="BorderThickness" Value="1" /> |
59 | 59 | <Setter Property="CornerRadius" Value="{StaticResource ControlCornerRadius}" /> |
60 | | - <Setter Property="Background" Value="{ThemeResource SubtleFillColorSecondaryBrush}" /> |
61 | | - <Setter Property="BorderBrush" Value="{ThemeResource DividerStrokeColorDefaultBrush}" /> |
62 | | - <Setter Property="Padding" Value="4,4,4,4" /> |
| 60 | + <Setter Property="Background" Value="{ThemeResource SystemAltMediumLowColor}" /> |
| 61 | + <Setter Property="BorderBrush" Value="{ThemeResource SystemControlForegroundBaseMediumBrush}" /> |
63 | 62 | </Style> |
64 | 63 | <Style x:Key="KeyChordTextBlockStyle" |
65 | 64 | TargetType="TextBlock"> |
66 | | - <Setter Property="Foreground" Value="{ThemeResource TextFillColorSecondaryBrush}" /> |
| 65 | + <Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseMediumBrush}" /> |
67 | 66 | </Style> |
68 | 67 |
|
69 | 68 | </ResourceDictionary> |
|
100 | 99 | <Setter Property="BorderThickness" Value="1" /> |
101 | 100 | <Setter Property="BorderThickness" Value="1" /> |
102 | 101 | <Setter Property="CornerRadius" Value="{StaticResource ControlCornerRadius}" /> |
103 | | - <Setter Property="Background" Value="{ThemeResource SubtleFillColorSecondaryBrush}" /> |
104 | | - <Setter Property="BorderBrush" Value="{ThemeResource DividerStrokeColorDefaultBrush}" /> |
105 | | - <Setter Property="Padding" Value="4,4,4,4" /> |
| 102 | + <Setter Property="Background" Value="{ThemeResource SystemAltMediumLowColor}" /> |
| 103 | + <Setter Property="BorderBrush" Value="{ThemeResource SystemControlForegroundBaseMediumBrush}" /> |
106 | 104 | </Style> |
107 | 105 | <Style x:Key="KeyChordTextBlockStyle" |
108 | 106 | TargetType="TextBlock"> |
109 | | - <Setter Property="Foreground" Value="{ThemeResource TextFillColorSecondaryBrush}" /> |
| 107 | + <Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseMediumBrush}" /> |
110 | 108 | </Style> |
111 | 109 |
|
112 | 110 | </ResourceDictionary> |
|
209 | 207 |
|
210 | 208 | <!-- Key Chord Text --> |
211 | 209 | <Border Grid.Column="1" |
212 | | - Padding="8,4,8,4" |
| 210 | + Padding="2,0,2,0" |
213 | 211 | HorizontalAlignment="Right" |
214 | 212 | VerticalAlignment="Center" |
215 | 213 | Style="{ThemeResource KeyChordBorderStyle}" |
|
0 commit comments