From 945f90d789a4f59813df40c0e6a88befef839257 Mon Sep 17 00:00:00 2001 From: Kawa Date: Wed, 1 Apr 2026 14:05:14 +0200 Subject: [PATCH] feat(12-01): style DeploymentStep form controls and ReviewStep checkbox - DeploymentStep: include-install label uses text-on-surface, checkbox uses accent-primary - DeploymentStep: fieldset legends use text-on-surface-container font-medium - DeploymentStep: all radio/checkbox labels use flex gap-2 text-on-surface cursor-pointer - DeploymentStep: all radios and checkboxes use accent-primary - ReviewStep: security checkbox uses accent-[var(--r2b-warning)] for warning-themed accent --- src/components/wizard/DeploymentStep.tsx | 35 ++++++++++++++---------- src/components/wizard/ReviewStep.tsx | 1 + 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/src/components/wizard/DeploymentStep.tsx b/src/components/wizard/DeploymentStep.tsx index 7d27da3..ba81ddf 100644 --- a/src/components/wizard/DeploymentStep.tsx +++ b/src/components/wizard/DeploymentStep.tsx @@ -28,25 +28,27 @@ export function DeploymentStep() {

{/* Include rclone installation toggle */} -
-