Skip to content

Commit d8e03d5

Browse files
committed
Adjusted share spacing.
1 parent f9f6d2f commit d8e03d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/screens/share/post.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ export default class SharePostScreen extends React.Component {
2121
<View style={{ flex: 1, backgroundColor: App.theme_background_color() }}>
2222
{
2323
Share.error_message != null &&
24-
<View style={{ backgroundColor: App.theme_error_background_color(), padding: 8 }}>
24+
<View style={{ backgroundColor: App.theme_error_background_color(), padding: 10 }}>
2525
<Text style={{ color: App.theme_error_text_color(), fontWeight: "600" }}>{Share.error_message}</Text>
2626
</View>
2727
}
2828
{
2929
Share.can_save_as_bookmark() &&
30-
<View style={{ backgroundColor: App.theme_section_background_color(), padding: 8 }}>
30+
<View style={{ backgroundColor: App.theme_section_background_color(), padding: 10 }}>
3131
<Text style={{ color: App.theme_text_color(), fontWeight: "500" }}>
3232
You can save this URL as a bookmark or keep editing to create a new post.
3333
</Text>
@@ -40,7 +40,7 @@ export default class SharePostScreen extends React.Component {
4040
fontSize: 18,
4141
justifyContent: 'flex-start',
4242
alignItems: 'flex-start',
43-
marginTop: 4,
43+
marginTop: 0,
4444
padding: 8,
4545
color: App.theme_text_color()
4646
}}

0 commit comments

Comments
 (0)