Increase title and subtitle vertical padding on FlowStepPage.

This commit is contained in:
Benoit Marty 2026-04-29 11:12:17 +02:00 committed by Benoit Marty
parent 083fc5c5fb
commit c750fd102f

View file

@ -71,7 +71,7 @@ fun FlowStepPage(
},
header = {
IconTitleSubtitleMolecule(
modifier = Modifier.padding(bottom = 16.dp),
modifier = Modifier.padding(bottom = 16.dp, start = 8.dp, end = 8.dp),
title = title,
subTitle = subTitle,
iconStyle = iconStyle,