commit 51db75d2c52491d073bc609a7405c95f1db84934
parent 448f46a671fec46bf8f9ef67f2e47bab85940947
Author: triesap <tyson@radroots.org>
Date: Sun, 7 Jun 2026 14:22:51 -0700
ui: set account form controls to 28px
Diffstat:
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 = 34.0;
+const ACCOUNT_FORM_CONTROL_HEIGHT_PX: f32 = 28.0;
const ACCOUNT_FORM_CONTROL_RADIUS_PX: f32 = 8.0;
fn account_form_text_input(input: &Entity<InputState>) -> impl IntoElement {