Change text colour to black

This commit is contained in:
Dean Herbert 2020-10-02 18:50:47 +09:00
parent e96e30a19d
commit fcc6cb36e4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ private void load(OsuColour colours)
Origin = Anchor.Centre,
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
Text = header,
Colour = colours.Gray3
Colour = colours.Gray0
},
};
}