-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Description
export default class Login extends Component {
render() {
return (
<Fumi
style={styles.input}
label={'mobile'}
iconClass={FontAwesomeIcon}
labelStyle={styles.input_label}
iconName={'mobile'}
iconColor={'#f95a25'}
iconSize={20}
iconWidth={40}
inputPadding={16}
/>
);
}
}
const styles = StyleSheet.create({
input_label: {
fontFamily: 'yekan',
},
});
Metadata
Metadata
Assignees
Labels
No labels