mirror of
https://github.com/bitwarden/android.git
synced 2026-03-09 03:33: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(
|
||||
painter = rememberVectorPainter(id = vectorIconRes),
|
||||
contentDescription = contentDescription,
|
||||
contentDescription = null,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ fun BitwardenStandardIconButton(
|
||||
) {
|
||||
Icon(
|
||||
painter = painter,
|
||||
contentDescription = contentDescription,
|
||||
contentDescription = null,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ fun BitwardenTonalIconButton(
|
||||
) {
|
||||
Icon(
|
||||
painter = rememberVectorPainter(id = vectorIconRes),
|
||||
contentDescription = contentDescription,
|
||||
contentDescription = null,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user