File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ export default class SharePostScreen extends React.Component {
21
21
< View style = { { flex : 1 , backgroundColor : App . theme_background_color ( ) } } >
22
22
{
23
23
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 } } >
25
25
< Text style = { { color : App . theme_error_text_color ( ) , fontWeight : "600" } } > { Share . error_message } </ Text >
26
26
</ View >
27
27
}
28
28
{
29
29
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 } } >
31
31
< Text style = { { color : App . theme_text_color ( ) , fontWeight : "500" } } >
32
32
You can save this URL as a bookmark or keep editing to create a new post.
33
33
</ Text >
@@ -40,7 +40,7 @@ export default class SharePostScreen extends React.Component {
40
40
fontSize : 18 ,
41
41
justifyContent : 'flex-start' ,
42
42
alignItems : 'flex-start' ,
43
- marginTop : 4 ,
43
+ marginTop : 0 ,
44
44
padding : 8 ,
45
45
color : App . theme_text_color ( )
46
46
} }
You can’t perform that action at this time.
0 commit comments