Skip to content

Commit

Permalink
[ColorPicker] Fix contrast issue (#13450)
Browse files Browse the repository at this point in the history
* Update ColorFormatControl.xaml

* Update ColorFormatControl.xaml
  • Loading branch information
niels9001 committed Sep 27, 2021
1 parent 26e8d0d commit bc7d1bc
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -20,7 +20,7 @@
<ColumnDefinition Width="36"/>
</Grid.ColumnDefinitions>
<TextBlock x:Name="FormatNameTextBlock"
Opacity="0.4"
Opacity="0.6"
Foreground="{DynamicResource PrimaryForegroundBrush}"
Margin="8"
FontWeight="SemiBold"
Expand All @@ -44,7 +44,8 @@
<Button x:Name="CopyToClipboardButton"
ToolTipService.ToolTip="{x:Static p:Resources.Copy_to_clipboard}"
Background="{DynamicResource ColorControlBackgroundBrush}"
Foreground="{DynamicResource SecondaryForegroundBrush}"
Foreground="{DynamicResource PrimaryForegroundBrush}"
Opacity="0.6"
Height="36"
Width="36"
Grid.Column="2"
Expand Down

0 comments on commit bc7d1bc

Please sign in to comment.