Fixed Security header not clickable

This commit is contained in:
2024-08-15 01:44:48 +08:00
parent 593b57094c
commit dcd3399689
2 changed files with 70 additions and 52 deletions

View File

@@ -416,7 +416,7 @@ const styles = StyleSheet.create({
},
banner: {
position: 'absolute',
top: screenHeight * 0.4, // Adjusts the banner to appear in the middle of the screen
top: screenHeight * 0.45, // Adjusts the banner to appear in the middle of the screen
left: screenWidth * 0.1, // Adjust these values to center the banner as needed
right: screenWidth * 0.1,
backgroundColor: '#ff69b4',