create new common components

This commit is contained in:
2026-08-07 06:09:28 +03:00
parent 7cc21d101a
commit b851cf5d6d
26 changed files with 221 additions and 228 deletions
@@ -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