diff --git a/src/view/com/posts/PromptButtons.tsx b/src/view/com/posts/PromptButtons.tsx index 0e6c500d15..40d39ad0ad 100644 --- a/src/view/com/posts/PromptButtons.tsx +++ b/src/view/com/posts/PromptButtons.tsx @@ -13,16 +13,16 @@ export function PromptButtons({ onPressCompose(false)}> - + onPress={() => onPressCompose(true)} + style={[styles.btn, {backgroundColor: pal.colors.backgroundLight}]}> + New post onPressCompose(true)}> - + onPress={() => onPressCompose(true)} + style={[styles.btn, {backgroundColor: pal.colors.backgroundLight}]}> + Share photo @@ -33,7 +33,6 @@ export function PromptButtons({ const styles = StyleSheet.create({ container: { paddingVertical: 12, - paddingBottom: 10, paddingHorizontal: 16, flexDirection: 'row', alignItems: 'center',