Add testing for colour palette behaviour

This commit is contained in:
Bartłomiej Dach
2021-07-11 20:14:42 +02:00
parent 3f005886d6
commit 4334121e8e
2 changed files with 53 additions and 2 deletions

View File

@ -116,7 +116,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
}
}
private class AddColourButton : CompositeDrawable
internal class AddColourButton : CompositeDrawable
{
public Action Action
{