Skip to content

Commit

Permalink
Re-order styles alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 21, 2024
1 parent 1d16576 commit e8a92ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions LightBulb/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@
</Style>
</Style>

<!-- Tooltip -->
<Style Selector="ToolTip">
<Setter Property="TextElement.FontSize" Value="14" />
<Setter Property="TextElement.FontWeight" Value="Normal" />
<Setter Property="TextElement.FontStyle" Value="Normal" />
<Setter Property="TextElement.FontStretch" Value="Normal" />
</Style>

<!-- Toggle button -->
<Style Selector="ToggleButton">
<Setter Property="TextElement.FontWeight" Value="Medium" />
Expand All @@ -101,6 +93,14 @@
<Style Selector="ToggleSwitch">
<Setter Property="materialAssists:ToggleSwitchAssist.SwitchThumbOffBackground" Value="{DynamicResource MaterialBackgroundBrush}" />
</Style>

<!-- Tooltip -->
<Style Selector="ToolTip">
<Setter Property="TextElement.FontSize" Value="14" />
<Setter Property="TextElement.FontWeight" Value="Normal" />
<Setter Property="TextElement.FontStyle" Value="Normal" />
<Setter Property="TextElement.FontStretch" Value="Normal" />
</Style>
</Application.Styles>

<!-- Tray icon -->
Expand Down

0 comments on commit e8a92ca

Please sign in to comment.