mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Adjust icons colour
This commit is contained in:
parent
491906d534
commit
48a9b465ef
@ -16,6 +16,7 @@ using osuTK.Graphics;
|
|||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using osuTK;
|
using osuTK;
|
||||||
|
using osu.Framework.Extensions.Color4Extensions;
|
||||||
|
|
||||||
namespace osu.Game.Overlays.Changelog
|
namespace osu.Game.Overlays.Changelog
|
||||||
{
|
{
|
||||||
@ -84,7 +85,7 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.CentreRight,
|
||||||
Size = new Vector2(10),
|
Size = new Vector2(10),
|
||||||
Icon = entry.Type == ChangelogEntryType.Fix ? FontAwesome.Solid.Check : FontAwesome.Solid.Plus,
|
Icon = entry.Type == ChangelogEntryType.Fix ? FontAwesome.Solid.Check : FontAwesome.Solid.Plus,
|
||||||
Colour = entryColour,
|
Colour = entryColour.Darken(0.7f),
|
||||||
Margin = new MarginPadding { Right = 5 },
|
Margin = new MarginPadding { Right = 5 },
|
||||||
},
|
},
|
||||||
title = new LinkFlowContainer
|
title = new LinkFlowContainer
|
||||||
|
Loading…
Reference in New Issue
Block a user