mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
refactor(common): fix Modifier re-use
This commit is contained in:
parent
069d7e5e05
commit
a1ab32c43e
2 changed files with 2 additions and 4 deletions
|
@ -145,10 +145,10 @@ fun Submitter(
|
|||
url = avatarUrl,
|
||||
placeholder = ClawIcons.Account,
|
||||
contentDescription = contentDescription,
|
||||
modifier = modifier.requiredSize(24.dp).clip(CircleShape),
|
||||
modifier = Modifier.requiredSize(24.dp).clip(CircleShape),
|
||||
)
|
||||
|
||||
Text(text = text, modifier = modifier, style = MaterialTheme.typography.bodyMedium)
|
||||
Text(text = text, style = MaterialTheme.typography.bodyMedium)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue