app

Local-first trade for farms and co-ops
git clone https://radroots.dev/git/app.git
Log | Files | Refs | README | LICENSE

commit 448f46a671fec46bf8f9ef67f2e47bab85940947
parent 8283782c59d2211823e5385de48cd17ed974aff5
Author: triesap <tyson@radroots.org>
Date:   Sun,  7 Jun 2026 14:21:15 -0700

ui: set account form controls to 34px

Diffstat:
Mcrates/desktop/src/window.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/desktop/src/window.rs b/crates/desktop/src/window.rs @@ -9274,7 +9274,7 @@ fn account_profile_labeled_control( .child(control) } -const ACCOUNT_FORM_CONTROL_HEIGHT_PX: f32 = 36.0; +const ACCOUNT_FORM_CONTROL_HEIGHT_PX: f32 = 34.0; const ACCOUNT_FORM_CONTROL_RADIUS_PX: f32 = 8.0; fn account_form_text_input(input: &Entity<InputState>) -> impl IntoElement {