refactor(common): add missing Modifier parameters

This commit is contained in:
Harsh Shandilya 2022-10-03 11:56:59 +05:30
parent 46bfafd681
commit 38f1fdb6a3
No known key found for this signature in database
3 changed files with 11 additions and 7 deletions

View file

@ -9,9 +9,6 @@
<ID>MagicNumber:LobstersCard.kt$8</ID>
<ID>MagicNumber:Theme.kt$31</ID>
<ID>ModifierMissing:ClawAppBar.kt$ClawAppBarPreview</ID>
<ID>ModifierMissing:CommentEntry.kt$CommentEntry</ID>
<ID>ModifierMissing:CommentEntry.kt$CommentsHeader</ID>
<ID>ModifierMissing:MonthHeader.kt$MonthHeader</ID>
<ID>ModifierReused:LobstersCard.kt$Row( modifier = modifier, verticalAlignment = Alignment.CenterVertically, horizontalArrangement = Arrangement.spacedBy(8.dp), ) { NetworkImage( url = avatarUrl, placeholder = ClawIcons.Account, contentDescription = contentDescription, modifier = modifier.requiredSize(24.dp).clip(CircleShape), ) Text(text = text, modifier = modifier, style = MaterialTheme.typography.bodyMedium) }</ID>
<ID>ModifierReused:LobstersCard.kt$Text(text = text, modifier = modifier, style = MaterialTheme.typography.bodyMedium)</ID>
<ID>SpreadOperator:Theme.kt$(*providedValues)</ID>