style: Adjust vertical spacing in attire capture page.
This commit is contained in:
@@ -142,7 +142,7 @@ class _AttireCapturePageState extends State<AttireCapturePage> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
||||||
const SizedBox(height: UiConstants.space6),
|
const SizedBox(height: UiConstants.space1),
|
||||||
if (widget.item.description != null)
|
if (widget.item.description != null)
|
||||||
Text(
|
Text(
|
||||||
widget.item.description!,
|
widget.item.description!,
|
||||||
|
|||||||
Reference in New Issue
Block a user