uh
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user