Increase title and subtitle vertical padding on FlowStepPage.
This commit is contained in:
parent
9438ff59f1
commit
833bc59fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ fun FlowStepPage(
|
||||||
},
|
},
|
||||||
header = {
|
header = {
|
||||||
IconTitleSubtitleMolecule(
|
IconTitleSubtitleMolecule(
|
||||||
modifier = Modifier.padding(bottom = 16.dp),
|
modifier = Modifier.padding(bottom = 16.dp, start = 8.dp, end = 8.dp),
|
||||||
title = title,
|
title = title,
|
||||||
subTitle = subTitle,
|
subTitle = subTitle,
|
||||||
iconStyle = iconStyle,
|
iconStyle = iconStyle,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue