Skip to content

Commit

Permalink
Fixed an issue with dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed May 19, 2024
1 parent 97fb27f commit 284d4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InternetTest/InternetTest/UserControls/WiFiInfoItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,11 @@
<Button
x:Name="CloseQrBtn"
Padding="3"
Background="{DynamicResource Background2}"
Click="CloseQrBtn_Click"
Content="{x:Static lang:Resources.Close}"
FontWeight="Bold"
Foreground="{DynamicResource Foreground1}"
Style="{DynamicResource DefaultButton}" />
</StackPanel>
</StackPanel>
Expand Down

0 comments on commit 284d4e8

Please sign in to comment.