mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 09:45:20 +00:00
Splash screen, add event dialog fixes
This commit is contained in:
2
app.json
2
app.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "Cally.",
|
"name": "Cally ",
|
||||||
"slug": "cally",
|
"slug": "cally",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 29 KiB |
@ -75,7 +75,7 @@ export const AddEventDialog = () => {
|
|||||||
disabled
|
disabled
|
||||||
style={{
|
style={{
|
||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
backgroundColor: "#ea156c",
|
// backgroundColor: "#ea156c",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
paddingVertical: 13,
|
paddingVertical: 13,
|
||||||
@ -109,7 +109,7 @@ export const AddEventDialog = () => {
|
|||||||
disabled
|
disabled
|
||||||
style={{
|
style={{
|
||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
backgroundColor: "#05a8b6",
|
// backgroundColor: "#05a8b6",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
paddingVertical: 13,
|
paddingVertical: 13,
|
||||||
|
@ -461,7 +461,7 @@ export const ManuallyAddEventModal = () => {
|
|||||||
</View>
|
</View>
|
||||||
<View style={styles.divider}/>
|
<View style={styles.divider}/>
|
||||||
<View marginH-30 marginB-0 row spread centerV>
|
<View marginH-30 marginB-0 row spread centerV>
|
||||||
<View row>
|
<View row centerH>
|
||||||
<LockIcon/>
|
<LockIcon/>
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
@ -505,6 +505,7 @@ export const ManuallyAddEventModal = () => {
|
|||||||
</View>
|
</View>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
<Button
|
<Button
|
||||||
|
disabled
|
||||||
marginH-30
|
marginH-30
|
||||||
marginB-15
|
marginB-15
|
||||||
label="Create event from image"
|
label="Create event from image"
|
||||||
|
Reference in New Issue
Block a user