- [CHG] Borde del ui::textbox gris

This commit is contained in:
2024-06-14 12:21:43 +02:00
parent 70556bf6eb
commit d058c8aae1

View File

@@ -149,7 +149,7 @@ namespace ui
draw::color(LIGHT+WHITE);
draw::fillrect(x, y, w, h);
draw::color(PAPER);
draw::color(WHITE);
draw::rect(x, y, w, h);
draw::print(label, x+3, y+3, BLACK, 0);