Use OverlayColourProvider and fix font weight

This commit is contained in:
Dean Herbert
2022-01-04 18:14:42 +09:00
parent d10b8c79b3
commit 5a11ee7810
4 changed files with 24 additions and 31 deletions

View File

@ -2,13 +2,18 @@
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Graphics.UserInterface.PageSelector;
using osu.Game.Overlays;
namespace osu.Game.Tests.Visual.UserInterface
{
public class TestScenePageSelector : OsuTestScene
{
[Cached]
private OverlayColourProvider provider { get; } = new OverlayColourProvider(OverlayColourScheme.Green);
private readonly PageSelector pageSelector;
public TestScenePageSelector()