Skip to content

Commit

Permalink
fix wrong borders
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Sep 15, 2024
1 parent f703a17 commit 5a0567f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fun SwitchTypeSettingItem(
.copy(alpha = 0.5f)
else Color.Transparent
).value,
shape = shape
shape = ContainerShapeDefaults.shapeForIndex(index, entries.size)
),
endIcon = if (selected) {
Icons.Rounded.RadioButtonChecked
Expand Down

0 comments on commit 5a0567f

Please sign in to comment.