Skip to content

Commit

Permalink
fix small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saied89 committed Jul 16, 2022
1 parent e9ed0cb commit 5ebea18
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ fun SampleScreen(
}
IconButton(
onClick = { codeScrollable = !codeScrollable },
modifier = Modifier.size(48.dp)
) {
Icon(
imageVector = if (codeScrollable) Icons.Outlined.Dehaze else Icons.Outlined.TableRows,
Expand Down

0 comments on commit 5ebea18

Please sign in to comment.