This commit is contained in:
2024-09-11 09:35:14 -05:00
parent b256316e18
commit d9ebbc12f1
3 changed files with 14 additions and 10 deletions

View File

@ -126,17 +126,19 @@ const styles = StyleSheet.create({
alignItems: 'center',
backgroundColor: 'transparent',
marginRight: 10,
minWidth: 120,
},
timeContainer: {
width: '50%',
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'transparent',
minWidth: 120,
},
button: {
backgroundColor: '#730FF8',
borderRadius: 20,
padding: 10,
borderRadius: 12,
padding: 12,
elevation: 2,
marginVertical: 10,
minWidth: 120,
@ -147,14 +149,16 @@ const styles = StyleSheet.create({
},
buttonText: {
color: 'white',
fontSize: 20,
fontWeight: 'bold',
textAlign: 'center',
},
modalText: {
marginBottom: 15,
marginBottom: 20,
textAlign: 'center',
fontWeight: 'bold',
fontSize: 18,
fontSize: 24,
lineHeight: 32,
},
dateText: {
marginVertical: 10,