Skip to content

Commit aaeade9

Browse files
committed
Revert "Disable a broken styling, we shouldn't need this but the app is crashing without it"
This reverts commit 8a494ec.
1 parent 1063a5e commit aaeade9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/MessageBox/MessageBoxStyles.axaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<Style Selector="^ TextBlock#MessageTextBlock">
3131
<Setter Property="Theme" Value="{StaticResource BodyMDNormalTheme}" />
3232
</Style>
33+
34+
<Style Selector="^ TextBlock#MessageTextBlockBold">
35+
<Setter Property="Theme" Value="{StaticResource BodyMDBoldTheme}" />
36+
</Style>
3337
</Style>
3438

3539
</Styles>

0 commit comments

Comments
 (0)