Skip to content

Commit

Permalink
Slight adjustment to drag and drop text opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr-cs committed Sep 26, 2022
1 parent 1a03319 commit 0526aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ColorSelector/Themes/Generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@
</Style>
</ListBox.Style>
</ListBox>
<TextBlock Text="Drag and drop file" Foreground="#44ffffff" IsHitTestVisible="False" TextWrapping="Wrap" Margin="16">
<TextBlock Text="Drag and drop file" Foreground="#33ffffff" IsHitTestVisible="False" TextWrapping="Wrap" Margin="16">
<TextBlock.Style>
<Style TargetType="{x:Type TextBlock}" BasedOn="{StaticResource monospacedBoldText}">
<Setter Property="Visibility" Value="Collapsed"/>
Expand Down Expand Up @@ -2702,7 +2702,7 @@
</Style>
</ListBox.Style>
</ListBox>
<TextBlock Text="Drag and drop file" Foreground="#44ffffff" IsHitTestVisible="False" Margin="16" TextWrapping="Wrap">
<TextBlock Text="Drag and drop file" Foreground="#33ffffff" IsHitTestVisible="False" Margin="16" TextWrapping="Wrap">
<TextBlock.Style>
<Style TargetType="{x:Type TextBlock}" BasedOn="{StaticResource monospacedBoldText}">
<Setter Property="Visibility" Value="Collapsed"/>
Expand Down

0 comments on commit 0526aad

Please sign in to comment.