Skip to content

Commit

Permalink
Fix subtitle not adapting to hot theme changes (fix #2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jan 17, 2025
1 parent 7702300 commit e750fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniGetUI/Pages/SoftwarePages/AbstractPackagesPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
<TextBlock Grid.Column="1" Grid.Row="2"
Text="" FontSize="11" x:Name="MainSubtitle" x:FieldModifier="protected"
HorizontalAlignment="Left" VerticalAlignment="Top"
FontWeight="Normal" Foreground="{StaticResource AppBarItemDisabledForegroundThemeBrush}"
FontWeight="Normal" Foreground="{ThemeResource AppBarItemDisabledForegroundThemeBrush}"
/>
<Grid Grid.Column="2" Grid.Row="0" Grid.RowSpan="3" HorizontalAlignment="Stretch" >
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit e750fe4

Please sign in to comment.