Splash screen, add event dialog fixes

This commit is contained in:
Milan Paunovic
2024-10-20 16:11:53 +02:00
parent 7ae714e075
commit a7af6765a8
5 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"expo": {
"name": "Cally.",
"name": "Cally ",
"slug": "cally",
"version": "1.0.0",
"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

View File

@ -75,7 +75,7 @@ export const AddEventDialog = () => {
disabled
style={{
marginBottom: 10,
backgroundColor: "#ea156c",
// backgroundColor: "#ea156c",
justifyContent: "center",
width: "100%",
paddingVertical: 13,
@ -109,7 +109,7 @@ export const AddEventDialog = () => {
disabled
style={{
marginBottom: 10,
backgroundColor: "#05a8b6",
// backgroundColor: "#05a8b6",
justifyContent: "center",
width: "100%",
paddingVertical: 13,

View File

@ -461,7 +461,7 @@ export const ManuallyAddEventModal = () => {
</View>
<View style={styles.divider}/>
<View marginH-30 marginB-0 row spread centerV>
<View row>
<View row centerH>
<LockIcon/>
<Text
style={{
@ -505,6 +505,7 @@ export const ManuallyAddEventModal = () => {
</View>
</ScrollView>
<Button
disabled
marginH-30
marginB-15
label="Create event from image"