Skip to content

Commit

Permalink
chore : imageVector 사용 Icon contentDescription default 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Mar 19, 2024
1 parent 6e8222a commit 5854fd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ fun Icon(
@Composable
fun Icon(
imageVector: ImageVector,
contentDescription: String?,
modifier: Modifier = Modifier,
contentDescription: String? = null,
iconSize: IconSize = IconSize.Medium,
tint: Color = LocalYdsContentColor.current,
) {
Expand Down

0 comments on commit 5854fd0

Please sign in to comment.