mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-06-04 10:26:22 -04:00
recompui::theme namespace + border constants
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user