Remove fontSize parameter. Must use style only.
This commit is contained in:
committed by
Benoit Marty
parent
b31a449338
commit
2844dee6d2
@@ -81,7 +81,7 @@ fun LoadingRoomNodeView(
|
||||
Text(
|
||||
text = stringResource(id = CommonStrings.error_unknown),
|
||||
color = ElementTheme.colors.textSecondary,
|
||||
fontSize = 14.sp,
|
||||
style = ElementTheme.typography.fontBodyMdRegular,
|
||||
)
|
||||
} else {
|
||||
CircularProgressIndicator()
|
||||
|
||||
Reference in New Issue
Block a user