create new common components
This commit is contained in:
+1
-3
@@ -92,9 +92,7 @@ fun ChatContent(
|
||||
}
|
||||
|
||||
is ChatState.Error -> {
|
||||
Column(
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
) {
|
||||
Column(horizontalAlignment = Alignment.CenterHorizontally) {
|
||||
Text(
|
||||
text = stringResource(Res.string.chat_load_error),
|
||||
color = MaterialTheme.colorScheme.error
|
||||
|
||||
Reference in New Issue
Block a user