diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/decorative/PainterScreen.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/decorative/PainterScreen.kt index f738f1c56..45ff52d34 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/decorative/PainterScreen.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/decorative/PainterScreen.kt @@ -49,7 +49,7 @@ class PainterScreen(menu: PainterMenu, inventory: Inventory, title: Component) : } override fun innerRender(graphics: GuiGraphics, mouseX: Float, mouseY: Float, partialTick: Float) { - graphics.renderRect(0f, 0f, width, height, color = RGBAColor.LIGHT_GRAY) + graphics.renderRect(0f, 0f, width, height, color = RGBAColor.DARK_GRAY) val color = RGBAColor.rgb(dye?.textColor ?: DyeColor.LIGHT_BLUE.textColor)