mirror of
https://github.com/bitwarden/android.git
synced 2026-04-30 04:49:36 -05:00
PM-29866: Remove redundant content description in icon buttons (#6565)
This commit is contained in:
@@ -40,7 +40,7 @@ fun BitwardenFilledIconButton(
|
|||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = rememberVectorPainter(id = vectorIconRes),
|
painter = rememberVectorPainter(id = vectorIconRes),
|
||||||
contentDescription = contentDescription,
|
contentDescription = null,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ fun BitwardenStandardIconButton(
|
|||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = painter,
|
painter = painter,
|
||||||
contentDescription = contentDescription,
|
contentDescription = null,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ fun BitwardenTonalIconButton(
|
|||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = rememberVectorPainter(id = vectorIconRes),
|
painter = rememberVectorPainter(id = vectorIconRes),
|
||||||
contentDescription = contentDescription,
|
contentDescription = null,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user