Skip to content

Commit

Permalink
Adjust Bg colors
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Aug 17, 2024
1 parent 08a18bc commit 1c254c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Source/Hurl.BrowserSelector/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
Margin="0,0,4,0"
HorizontalAlignment="Right"
VerticalAlignment="Center"
BorderBrush="{x:Null}"
Background="#20000000"
FontSize="16"
Icon="{wpfui:SymbolIcon Navigation24}">
Expand Down Expand Up @@ -110,7 +111,7 @@
Margin="0,0,0,5"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Background="#40000000"
Background="#20000000"
CornerRadius="5">
<StackPanel Margin="4" Orientation="Horizontal">
<wpfui:Button
Expand All @@ -120,7 +121,6 @@
Click="LinkCopyBtnClick"
Cursor="Hand"
FontSize="16"
Foreground="#BBFFFFFF"
ToolTip="Copy URL (C)">
<wpfui:Button.Icon>
<wpfui:SymbolIcon Symbol="Copy24" />
Expand All @@ -143,7 +143,6 @@
Click="ClearUriBtnClick"
Cursor="Hand"
FontSize="16"
Foreground="#BBFFFFFF"
ToolTip="Clear Current URL">
<wpfui:Button.Icon>
<wpfui:SymbolIcon Symbol="Eraser24" />
Expand Down

0 comments on commit 1c254c3

Please sign in to comment.