mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 17:04:55 +00:00
fix groceries, todo, calendar
This commit is contained in:
@ -51,7 +51,7 @@ export const AddEventDialog = () => {
|
||||
}}
|
||||
onPress={handleOpenManualInputModal}
|
||||
>
|
||||
<Text style={{color: "white"}}>Manually Input</Text>
|
||||
<Text style={{color: "white"}}>Create New</Text>
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
@ -62,7 +62,7 @@ export const AddEventDialog = () => {
|
||||
}}
|
||||
disabled
|
||||
>
|
||||
<Text style={{color: "white"}}>Scan an Image</Text>
|
||||
<Text style={{color: "white"}}>Event</Text>
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
@ -73,7 +73,18 @@ export const AddEventDialog = () => {
|
||||
}}
|
||||
disabled
|
||||
>
|
||||
<Text style={{color: "white"}}>Paste in text</Text>
|
||||
<Text style={{color: "white"}}>To Do</Text>
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
style={{
|
||||
marginBottom: 10,
|
||||
backgroundColor: "#007bff",
|
||||
opacity: 0.5
|
||||
}}
|
||||
disabled
|
||||
>
|
||||
<Text style={{color: "white"}}>Upload Image</Text>
|
||||
</Button>
|
||||
</View>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user