Increase title and subtitle vertical padding on FlowStepPage.
This commit is contained in:
parent
083fc5c5fb
commit
c750fd102f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue