app

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

commit 43a68f5c32dd9e34eda2c5565dd55a9c7a0aeb08
parent 5733d31a1ea670b0cfcd53a65b9494941773b69f
Author: triesap <tyson@radroots.org>
Date:   Sun, 19 Apr 2026 20:24:10 +0000

ui: fix setup checklist label width

Diffstat:
Mcrates/launchers/desktop/src/window.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/crates/launchers/desktop/src/window.rs b/crates/launchers/desktop/src/window.rs @@ -6544,6 +6544,7 @@ fn home_setup_task_row(task: &radroots_app_models::TodaySetupTask) -> AnyElement })) .child( div() + .flex_1() .min_w_0() .text_size(px(APP_UI_THEME.foundation.typography.body_text_px)) .font_weight(gpui::FontWeight::MEDIUM)