Skip to content

Commit

Permalink
Fix speaker icon shape from rounded rectangle to circle.
Browse files Browse the repository at this point in the history
  • Loading branch information
SEKI-YUTA committed Aug 11, 2024
1 parent 5c8e399 commit 735562f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private fun SpeakerIcon(
.clip(CircleShape)
.border(
BorderStroke(1.dp, MaterialTheme.colorScheme.outline),
RoundedCornerShape(8.dp),
CircleShape,
),
)
}
Expand Down

0 comments on commit 735562f

Please sign in to comment.