1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Bump packages

And deprecate react-native-feather
This commit is contained in:
xmflsct
2023-01-25 00:15:46 +01:00
parent ebc6d03c6a
commit 9d9c16df06
77 changed files with 562 additions and 535 deletions

View File

@@ -13,7 +13,7 @@ const HeaderSharedMuted: React.FC = () => {
return status?.muted ? (
<Icon
accessibilityLabel={t('shared.header.shared.muted.accessibilityLabel')}
name='VolumeX'
name='volume-x'
size={StyleConstants.Font.Size.M}
color={colors.secondary}
style={{ marginLeft: StyleConstants.Spacing.S }}