mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-04 08:25:11 +00:00
[ColorPicker] Fix contrast issue (#13450)
* Update ColorFormatControl.xaml * Update ColorFormatControl.xaml
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<ColumnDefinition Width="36"/>
|
<ColumnDefinition Width="36"/>
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<TextBlock x:Name="FormatNameTextBlock"
|
<TextBlock x:Name="FormatNameTextBlock"
|
||||||
Opacity="0.4"
|
Opacity="0.6"
|
||||||
Foreground="{DynamicResource PrimaryForegroundBrush}"
|
Foreground="{DynamicResource PrimaryForegroundBrush}"
|
||||||
Margin="8"
|
Margin="8"
|
||||||
FontWeight="SemiBold"
|
FontWeight="SemiBold"
|
||||||
@@ -44,7 +44,8 @@
|
|||||||
<Button x:Name="CopyToClipboardButton"
|
<Button x:Name="CopyToClipboardButton"
|
||||||
ToolTipService.ToolTip="{x:Static p:Resources.Copy_to_clipboard}"
|
ToolTipService.ToolTip="{x:Static p:Resources.Copy_to_clipboard}"
|
||||||
Background="{DynamicResource ColorControlBackgroundBrush}"
|
Background="{DynamicResource ColorControlBackgroundBrush}"
|
||||||
Foreground="{DynamicResource SecondaryForegroundBrush}"
|
Foreground="{DynamicResource PrimaryForegroundBrush}"
|
||||||
|
Opacity="0.6"
|
||||||
Height="36"
|
Height="36"
|
||||||
Width="36"
|
Width="36"
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
|
Reference in New Issue
Block a user