mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Fix details/notes missing from events
This commit is contained in:
@ -72,12 +72,14 @@ export const AddEventDialog = () => {
|
||||
style={{marginTop: 20, alignItems: "center", width: "100%"}}
|
||||
>
|
||||
<Button
|
||||
disabled
|
||||
style={{
|
||||
marginBottom: 10,
|
||||
backgroundColor: "#ea156c",
|
||||
justifyContent: "center",
|
||||
width: "100%",
|
||||
paddingVertical: 13,
|
||||
opacity: 0.5
|
||||
}}
|
||||
label="Scan Image"
|
||||
labelStyle={styles.btnLabel}
|
||||
@ -104,12 +106,14 @@ export const AddEventDialog = () => {
|
||||
/>
|
||||
|
||||
<Button
|
||||
disabled
|
||||
style={{
|
||||
marginBottom: 10,
|
||||
backgroundColor: "#05a8b6",
|
||||
justifyContent: "center",
|
||||
width: "100%",
|
||||
paddingVertical: 13,
|
||||
opacity: 0.5
|
||||
}}
|
||||
label="Add To Do"
|
||||
labelStyle={styles.btnLabel}
|
||||
|
||||
Reference in New Issue
Block a user