Change background colour to a lighter tint to avoid clash with slider bars

This commit is contained in:
Dean Herbert 2022-10-14 19:38:27 +09:00
parent 2404bb42b9
commit 32c3e35762
2 changed files with 1 additions and 2 deletions

View File

@ -81,7 +81,7 @@ private void load(OverlayColourProvider? colourProvider)
{
RelativeSizeAxes = Axes.Both,
Alpha = 0.1f,
Colour = colourProvider?.Background5 ?? Color4.Black,
Colour = colourProvider?.Background4 ?? Color4.Black,
},
new FillFlowContainer
{

View File

@ -71,7 +71,6 @@ private void load(OverlayColourProvider colourProvider)
},
RightSideToolboxContainer = new ExpandingToolboxContainer(130, 250)
{
Padding = new MarginPadding(10),
Alpha = DistanceSpacingMultiplier.Disabled ? 0 : 1,
Child = new EditorToolboxGroup("snapping")
{