FIX: broken kebab-horizontal icon

This commit is contained in:
Overtorment 2022-06-19 17:17:33 +01:00
parent ffc92df65e
commit c64f753739
5 changed files with 7 additions and 14 deletions

View File

@ -24,14 +24,7 @@ export const TransactionPendingIconBig = props => {
<View {...props}>
<View style={stylesBlueIconHooks.boxIncoming}>
<View style={[stylesBlueIconHooks.ball2, stylesBlueIconHooks.ball]}>
<Icon
{...props}
name="kebab-horizontal"
size={100}
type="octicon"
color={colors.foregroundColor}
iconStyle={{ left: 0, top: 25 }}
/>
<Icon {...props} name="more-horiz" type="material" size={100} color={colors.foregroundColor} iconStyle={{ left: 0, top: 25 }} />
</View>
</View>
</View>

View File

@ -29,7 +29,7 @@ const TransactionPendingIcon = props => {
return (
<View style={styles.boxIncoming}>
<View style={[styles.ball, stylesHook.ball]}>
<Icon name="kebab-horizontal" size={16} type="octicon" color={colors.foregroundColor} iconStyle={styles.icon} />
<Icon name="more-horiz" type="material" size={16} color={colors.foregroundColor} iconStyle={styles.icon} />
</View>
</View>
);

View File

@ -947,7 +947,7 @@ const SendDetails = () => {
onPressMenuItem={headerRightOnPress}
actions={headerRightActions()}
>
<Icon size={22} name="kebab-horizontal" type="octicon" color={colors.foregroundColor} style={styles.advancedOptions} />
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} style={styles.advancedOptions} />
</ToolTipMenu>
),
default: () => (
@ -961,7 +961,7 @@ const SendDetails = () => {
}}
testID="advancedOptionsMenuButton"
>
<Icon size={22} name="kebab-horizontal" type="octicon" color={colors.foregroundColor} />
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} />
</TouchableOpacity>
),
}),

View File

@ -104,13 +104,13 @@ const WalletsList = () => {
headerRight: () =>
I18nManager.isRTL ? null : (
<TouchableOpacity accessibilityRole="button" testID="SettingsButton" style={styles.headerTouch} onPress={navigateToSettings}>
<Icon size={22} name="kebab-horizontal" type="octicon" color={colors.foregroundColor} />
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} />
</TouchableOpacity>
),
headerLeft: () =>
I18nManager.isRTL ? (
<TouchableOpacity accessibilityRole="button" testID="SettingsButton" style={styles.headerTouch} onPress={navigateToSettings}>
<Icon size={22} name="kebab-horizontal" type="octicon" color={colors.foregroundColor} />
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} />
</TouchableOpacity>
) : null,
});

View File

@ -689,7 +689,7 @@ WalletTransactions.navigationOptions = navigationStyle({}, (options, { theme, na
})
}
>
<Icon name="kebab-horizontal" type="octicon" size={22} color="#FFFFFF" />
<Icon name="more-horiz" type="material" size={22} color="#FFFFFF" />
</TouchableOpacity>
),
title: '',