style: Adjust vertical spacing in attire capture page.

This commit is contained in:
Achintha Isuru
2026-02-25 11:13:48 -05:00
parent 08920ada3d
commit c3d2a8a910

View File

@@ -142,7 +142,7 @@ class _AttireCapturePageState extends State<AttireCapturePage> {
),
],
const SizedBox(height: UiConstants.space6),
const SizedBox(height: UiConstants.space1),
if (widget.item.description != null)
Text(
widget.item.description!,