Skip to content

Commit

Permalink
margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Jun 4, 2024
1 parent e7242f4 commit cf8f4d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobile/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import Config from './config';
export default function App() {
return (
<WebView
source={{ uri: Config.apiUrl }}
style={{ marginTop: 25 }}
source={{ uri: Config.apiUrl }}
/>
);
}

0 comments on commit cf8f4d8

Please sign in to comment.