Skip to content

Commit

Permalink
Fix popup background
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Aug 1, 2024
1 parent 9f5930f commit ff9b099
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LightBulb/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
<Setter Property="DialogMargin" Value="0" />
</Style>

<Style Selector="dialogHostAvalonia|DialogOverlayPopupHost">
<Setter Property="Background" Value="{DynamicResource MaterialPaperBrush}" />
</Style>

<!-- Radio button -->
<Style Selector="RadioButton">
<Setter Property="FontSize" Value="14" />
Expand Down

0 comments on commit ff9b099

Please sign in to comment.