mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
Minor fixes
This commit is contained in:
@ -343,7 +343,6 @@ export const ManuallyAddEventModal = () => {
|
||||
<TextField
|
||||
placeholder="Add event title"
|
||||
value={title}
|
||||
autoFocus
|
||||
onChangeText={(text) => {
|
||||
setTitle(text);
|
||||
}}
|
||||
@ -555,14 +554,15 @@ export const ManuallyAddEventModal = () => {
|
||||
</View>
|
||||
<View style={styles.divider}/>
|
||||
<View marginH-30 marginB-0 row spread centerV>
|
||||
<View row centerH>
|
||||
<View row center>
|
||||
<LockIcon/>
|
||||
<Text
|
||||
style={{
|
||||
fontFamily: "PlusJakartaSans_500Medium",
|
||||
fontSize: 16,
|
||||
}}
|
||||
marginL-10
|
||||
marginL-12
|
||||
center
|
||||
>
|
||||
Mark as Private
|
||||
</Text>
|
||||
|
Reference in New Issue
Block a user