Skip to content

Commit

Permalink
Adjust assets
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Jun 24, 2024
1 parent 84e695a commit 386838c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/Giveaways/Assets/Colors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static class Colors
/// <summary>
/// The color used to indicate an informative state.
/// </summary>
public static readonly Color Primary = new(88, 101, 242);
public static readonly Color Primary = new(59, 136, 195);

/// <summary>
/// The color used to indicate an informative state.
Expand Down
4 changes: 2 additions & 2 deletions src/Giveaways/Assets/Icons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class Icons
public const string Cross = "https://cdn.discordapp.com/emojis/1248985326693908614.webp?size=96&quality=lossless";

/// <summary>
/// The icon used to indicate a warning state.
/// The icon used to indicate an informational state.
/// </summary>
public const string Exclamation = "https://cdn.discordapp.com/emojis/1248987340073074698.webp?size=96&quality=lossless";
public const string Info = "https://cdn.discordapp.com/emojis/1254859899595260027.webp?size=96&quality=lossless";
}
13 changes: 0 additions & 13 deletions src/Giveaways/Common/EmbedStyles/WarningEmbedStyle.cs

This file was deleted.

0 comments on commit 386838c

Please sign in to comment.