mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Use Button
sample set for NewsCard
This commit is contained in:
parent
ba6e36bd67
commit
bf608a6b08
@ -14,6 +14,7 @@ using osu.Framework.Input.Events;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Online.API.Requests.Responses;
|
||||
|
||||
namespace osu.Game.Overlays.News
|
||||
@ -28,6 +29,7 @@ namespace osu.Game.Overlays.News
|
||||
private TextFlowContainer main = null!;
|
||||
|
||||
public NewsCard(APINewsPost post)
|
||||
: base(HoverSampleSet.Button)
|
||||
{
|
||||
this.post = post;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user