Fix settings notice text class tinting everything with yellow

This commit is contained in:
Salman Ahmed
2021-08-14 20:14:21 +03:00
parent f43ab323ff
commit c8fb796660
3 changed files with 4 additions and 6 deletions

View File

@ -91,7 +91,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
Origin = Anchor.TopCentre,
Text = TabletSettingsStrings.NoTabletDetected,
},
new SettingsNoticeText
new SettingsNoticeText(colours)
{
TextAnchor = Anchor.TopCentre,
Anchor = Anchor.TopCentre,