Change notification box color to dark gray for improved visibility
Java CI / build (push) Successful in 1m17s

Signed-off-by: Dmitrii <computer@yawaflua.tech>

Took 9 minutes
This commit is contained in:
Dmitrii
2026-04-03 01:47:34 +03:00
parent d49ba6907e
commit 26197b9d89
5 changed files with 5 additions and 5 deletions
@@ -75,7 +75,7 @@ public final class UiNotifications {
int x = width - boxWidth - 10;
int y = height - boxHeight - 10;
context.fill(x, y, x + boxWidth, y + boxHeight, Color.GRAY.getRGB());
context.fill(x, y, x + boxWidth, y + boxHeight, Color.DARK_GRAY.getRGB());
context.drawTextWithShadow(textRenderer, currentText, x + padding, y + padding, Color.WHITE.getRGB());
}
+2 -2
View File
@@ -6,8 +6,8 @@
"description": "yawaflua`s SPRadar+SPMHelper mod, thats make a lot!",
"authors": [],
"contact": {},
"license": "CC-BY-SA-4.0",
"icon": "assets/spmega/icon.png",
"license": "CC BY-NC-ND 4.0",
"icon": "icon.png",
"environment": "client",
"entrypoints": {
"fabric-datagen": [
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB