Remove fontSize parameter. Must use style only.
This commit is contained in:
parent
b31a449338
commit
2844dee6d2
19 changed files with 37 additions and 31 deletions
|
|
@ -121,7 +121,7 @@ fun RoomDetailsEditView(
|
|||
) {
|
||||
Text(
|
||||
text = stringResource(CommonStrings.action_save),
|
||||
fontSize = 16.sp,
|
||||
style = ElementTheme.typography.fontBodyLgMedium,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ private fun RoomMemberListTopBar(
|
|||
) {
|
||||
Text(
|
||||
text = stringResource(CommonStrings.action_invite),
|
||||
fontSize = 16.sp,
|
||||
style = ElementTheme.typography.fontBodyLgMedium,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue