recompui::theme namespace + border constants

This commit is contained in:
thecozies
2025-07-12 14:21:33 -05:00
parent 78334bff14
commit 7a14a33f55
21 changed files with 405 additions and 327 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace recompui {
set_attribute("type", "password");
}
set_min_width(60.0f);
set_border_color(ThemeColor::Text);
set_border_color(theme::color::Text);
set_border_bottom_width(1.0f);
set_padding_bottom(6.0f);
set_focusable(true);