mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
minor modification in light mode colors
This commit is contained in:
@@ -268,17 +268,16 @@
|
|||||||
x:Name="CancelButton"
|
x:Name="CancelButton"
|
||||||
Margin="20,0,0,0"
|
Margin="20,0,0,0"
|
||||||
Height="36"
|
Height="36"
|
||||||
|
Background="{DynamicResource SecondaryBackgroundBrush}"
|
||||||
AutomationProperties.Name="{x:Static props:Resources.Cancel}"
|
AutomationProperties.Name="{x:Static props:Resources.Cancel}"
|
||||||
Click="CancelButtonClicked">
|
Click="CancelButtonClicked">
|
||||||
<StackPanel Orientation="Horizontal" Margin="12, 2, 12, 0" >
|
<StackPanel Orientation="Horizontal" Margin="12, 2, 12, 0" >
|
||||||
<TextBlock
|
<TextBlock
|
||||||
AutomationProperties.Name="{x:Static props:Resources.Cancel}"
|
AutomationProperties.Name="{x:Static props:Resources.Cancel}"
|
||||||
FontFamily="{DynamicResource SymbolThemeFontFamily}"
|
FontFamily="{DynamicResource SymbolThemeFontFamily}"
|
||||||
Foreground="{DynamicResource AccentButtonForeground}"
|
|
||||||
Text="" />
|
Text="" />
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Margin="12,-4,0,0"
|
Margin="12,-4,0,0"
|
||||||
Foreground="{DynamicResource AccentButtonForeground}"
|
|
||||||
Text="{x:Static props:Resources.Cancel}" />
|
Text="{x:Static props:Resources.Cancel}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<Button.Effect>
|
<Button.Effect>
|
||||||
|
|||||||
Reference in New Issue
Block a user