change iconpack

This commit is contained in:
ammarahm-ed
2020-02-11 20:33:36 +05:00
parent 9d63b0d04f
commit 48d21ad380
19 changed files with 60 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import {Modal, Text, TouchableOpacity, View} from 'react-native';
import {TextInput} from 'react-native-gesture-handler';
import Icon from 'react-native-vector-icons/Feather';
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import {opacity, ph, pv, SIZE, WEIGHT} from '../../common/common';
import {getElevation, ToastEvent} from '../../utils/utils';
@@ -90,7 +90,7 @@ export class AddTopicDialog extends React.Component {
justifyContent: 'center',
alignItems: 'center',
}}>
<Icon name="book-open" color={colors.accent} size={SIZE.lg} />
<Icon name="book-outline" color={colors.accent} size={SIZE.lg} />
<Text
style={{
color: colors.accent,