Increase title and subtitle vertical padding on FlowStepPage.
This commit is contained in:
committed by
Benoit Marty
parent
083fc5c5fb
commit
c750fd102f
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user