Skip to content

Commit 2d58b9f

Browse files
Change Essential logo to gray50
1 parent bdbc580 commit 2d58b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gg/essential/ad/modal/AdModal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void draw(Draw draw) {
9191
// background
9292
draw.rect(centreX - 49, startY + 20, centreX + 49, startY + 20 + 19, 0xFF1b3151);
9393
// icon texture
94-
draw.texturedRect(ESSENTIAL_LOGO, centreX - 40, startY + 20 + 7, 80, 6, 0, 0, 80, 6, 0xFFE3F5FF);
94+
draw.texturedRect(ESSENTIAL_LOGO, centreX - 40, startY + 20 + 7, 80, 6, 0, 0, 80, 6, 0xFFE5E5E5);
9595

9696
// Tagline
9797
draw.multilineCentredString(modalData.getSubtitle("en_us"),

0 commit comments

Comments
 (0)