Skip to content

Commit

Permalink
Removed trailing widthIn which doesn't seem to be doing anything
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaoneMines committed Jun 8, 2023
1 parent 724006c commit 42e5f8b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ fun MultiStateSwitch(
width = borderWidth,
color = outlineColor,
shape = RoundedCornerShape(roundedCornerShapeSize)
)
.widthIn(min = 100.dp),
),
columns = GridCells.Fixed(numColumns),
state = rememberLazyGridState()
) {
Expand Down

0 comments on commit 42e5f8b

Please sign in to comment.