Change notification box color to dark gray for improved visibility
Java CI / build (push) Successful in 1m17s
Java CI / build (push) Successful in 1m17s
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 9 minutes
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user