mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +08:00
Soften colours and adjust padding slightly
This commit is contained in:
parent
f8b20ca8aa
commit
8da561a2a6
@ -77,7 +77,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
Padding = new MarginPadding(3),
|
||||
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
|
||||
Text = label,
|
||||
Colour = colours.Gray0
|
||||
Colour = overlayColours.Background5,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -60,10 +60,10 @@ namespace osu.Game.Screens.Edit.Timing.RowAttributes
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Padding = new MarginPadding(3),
|
||||
Padding = new MarginPadding(6),
|
||||
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
|
||||
Text = text,
|
||||
Colour = colours.Gray0
|
||||
Colour = overlayColours.Background5,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ namespace osu.Game.Screens.Edit.Timing.RowAttributes
|
||||
CornerRadius = Height / 2;
|
||||
|
||||
BackgroundColour = overlayColours.Background6;
|
||||
Colour = controlPoint.GetRepresentingColour(colours);
|
||||
FillColour = controlPoint.GetRepresentingColour(colours);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user