mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
change iconpack
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
View,
|
||||
} from 'react-native';
|
||||
import * as Animatable from 'react-native-animatable';
|
||||
import Icon from 'react-native-vector-icons/Feather';
|
||||
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
|
||||
import {SIZE, WEIGHT} from '../../common/common';
|
||||
import {useTracked} from '../../provider';
|
||||
import {ACTIONS} from '../../provider/actions';
|
||||
@@ -69,7 +69,6 @@ export const SelectionHeader = ({navigation}) => {
|
||||
alignItems: 'flex-start',
|
||||
height: 40,
|
||||
width: 50,
|
||||
marginTop: 2.5,
|
||||
}}>
|
||||
<Icon
|
||||
style={{
|
||||
@@ -119,7 +118,7 @@ export const SelectionHeader = ({navigation}) => {
|
||||
paddingLeft: 25,
|
||||
}}
|
||||
color={colors.errorText}
|
||||
name={'trash'}
|
||||
name={'delete'}
|
||||
size={SIZE.xl - 3}
|
||||
/>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user