mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
added focus, ui changes
This commit is contained in:
@ -98,19 +98,18 @@ const MoveBrainDump = (props: {
|
||||
<TextField
|
||||
textAlignVertical="top"
|
||||
multiline
|
||||
autoFocus
|
||||
fieldStyle={{
|
||||
width: "94%",
|
||||
}}
|
||||
style={{
|
||||
fontFamily: "Manrope_400Regular",
|
||||
fontSize: 14,
|
||||
}}
|
||||
style={styles.description}
|
||||
placeholder="Add description"
|
||||
numberOfLines={3}
|
||||
value={description}
|
||||
onChangeText={(value) => {
|
||||
setDescription(value);
|
||||
}}
|
||||
returnKeyType="default"
|
||||
/>
|
||||
</View>
|
||||
<View style={styles.divider} />
|
||||
@ -192,6 +191,10 @@ const styles = StyleSheet.create({
|
||||
fontSize: 22,
|
||||
fontFamily: "Manrope_500Medium",
|
||||
},
|
||||
description:{
|
||||
fontFamily: "Manrope_400Regular",
|
||||
fontSize: 14,
|
||||
}
|
||||
});
|
||||
|
||||
export default MoveBrainDump;
|
||||
|
||||
Reference in New Issue
Block a user