Commit e82b63e3 by Tonk

.

parent 768f47dd
......@@ -179,12 +179,12 @@ class McbLinkScreen extends React.Component {
return (
<Card style={[styles.electronicCard, { backgroundColor: color.lightGrey }]}>
<TouchableOpacity
style={[theme.centerContainer, { flex: 1 }]}
style={[theme.centerContainer, { width: 65 }]}
onPress={() => this.setState({ isAddElectronicVisible: true })}
disabled={toggleDel}
>
<Icon
style={[styles.electronicIcon, { color: color.white }]}
style={{ color: color.white, marginBottom: 10 }}
name={'ios-add-circle'}
/>
<Text style={[styles.electronictext, { color: color.white }]}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment