We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1063a5e commit aaeade9Copy full SHA for aaeade9
src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/MessageBox/MessageBoxStyles.axaml
@@ -30,6 +30,10 @@
30
<Style Selector="^ TextBlock#MessageTextBlock">
31
<Setter Property="Theme" Value="{StaticResource BodyMDNormalTheme}" />
32
</Style>
33
+
34
+ <Style Selector="^ TextBlock#MessageTextBlockBold">
35
+ <Setter Property="Theme" Value="{StaticResource BodyMDBoldTheme}" />
36
+ </Style>
37
38
39
</Styles>
0 commit comments