refactor(common): workaround false-positive MagicNumber lint

This commit is contained in:
Harsh Shandilya 2022-10-03 12:57:28 +05:30
parent 8f927613f3
commit 069d7e5e05
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -180,7 +180,7 @@ fun CommentsButton(
badge = {
if (commentCount != null) {
Badge(
modifier = Modifier.absoluteOffset(x = (-8).dp),
modifier = Modifier.absoluteOffset(x = -(8.dp)),
containerColor = MaterialTheme.colorScheme.tertiaryContainer,
) {
Text(