icon update
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
launchImageLibrary,
|
||||
MediaType,
|
||||
} from 'react-native-image-picker';
|
||||
import Feather from 'react-native-vector-icons/Feather';
|
||||
import Download from 'svg/Download';
|
||||
|
||||
interface FileData {
|
||||
uri: string;
|
||||
@@ -83,7 +83,7 @@ const SingleFileDrop: React.FC<SingleFileDropProps> = ({
|
||||
(
|
||||
<View style={styles.iconContainer}>
|
||||
<View style={styles.downloadIcon}>
|
||||
<Feather name="download" color="#28A7E8" size={35} />
|
||||
<Download fill="#28A7E8" width={50} height={50} />
|
||||
</View>
|
||||
</View>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user