mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
refactor(common): workaround false-positive MagicNumber
lint
This commit is contained in:
parent
8f927613f3
commit
069d7e5e05
2 changed files with 1 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue