Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysiudan authored and github-actions[bot] committed Jul 12, 2023
1 parent 9e24579 commit 4f83d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private fun BrowseComponentIcon(onClick: (LoginAction) -> Unit) {
.clip(CircleShape)
.clickable { onClick(LoginAction.ClickBrowseComponents) }
.padding(16.dp)
.size(24.dp)
.size(24.dp),
)
}

Expand Down

0 comments on commit 4f83d4d

Please sign in to comment.