Made button blue

This commit is contained in:
Andrew Hong 2022-08-24 04:04:44 -04:00
parent ec5fd7ac1d
commit 9ee26c575d

View File

@ -25,7 +25,7 @@ namespace osu.Game.Overlays.Chat
Text = @"Yes. Go for it.", Text = @"Yes. Go for it.",
Action = openExternalLinkAction Action = openExternalLinkAction
}, },
new PopupDialogOkButton new PopupDialogCancelButton
{ {
Text = @"No! Copy the URL instead!", Text = @"No! Copy the URL instead!",
Action = copyExternalLinkAction Action = copyExternalLinkAction