Update App.tsx

This commit is contained in:
Marc Rousavy 2021-02-20 17:42:37 +01:00
parent 6ea6cb567c
commit c1f3ea98d7

View File

@ -306,7 +306,7 @@ const styles = StyleSheet.create({
bottom: SAFE_AREA_PADDING.paddingBottom, bottom: SAFE_AREA_PADDING.paddingBottom,
}, },
button: { button: {
marginTop: CONTENT_SPACING, marginBottom: CONTENT_SPACING,
width: BUTTON_SIZE, width: BUTTON_SIZE,
height: BUTTON_SIZE, height: BUTTON_SIZE,
borderRadius: BUTTON_SIZE / 2, borderRadius: BUTTON_SIZE / 2,
@ -316,7 +316,7 @@ const styles = StyleSheet.create({
}, },
rightButtonRow: { rightButtonRow: {
position: 'absolute', position: 'absolute',
right: CONTENT_SPACING, right: SAFE_AREA_PADDING.paddingRight,
top: SAFE_AREA_PADDING.paddingTop, top: SAFE_AREA_PADDING.paddingTop,
}, },
}); });