Skip to content

Commit b962286

Browse files
committed
Fix text display for experimental features warning
1 parent 12947e2 commit b962286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rubberduck.Core/UI/Settings/GeneralSettings.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@
240240
</DataGrid.Columns>
241241
</DataGrid>
242242
<Label Content="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=GeneralSettings_ExperimentalFeatures}" FontWeight="SemiBold" />
243-
<Label Margin="5,0,0,5" FontWeight="Bold" Foreground="{x:Static SystemColors.HighlightTextBrush}">
243+
<Label Margin="5,0,0,5" FontWeight="Bold"
244+
Foreground="{x:Static SystemColors.InfoTextBrush}"
245+
Background="{x:Static SystemColors.InfoBrush}">
244246
<Label.Content>
245247
<AccessText TextWrapping="Wrap" Text="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=GeneralSettings_ExperimentalFeaturesWarning}"/>
246248
</Label.Content>

0 commit comments

Comments
 (0)