fix: remove padding from Modal

This commit is contained in:
Lei Nelissen
2023-04-22 20:52:30 +02:00
parent dcd3f595ed
commit 4509ef1ec6
2 changed files with 0 additions and 2 deletions

View File

@@ -60,7 +60,6 @@ class CredentialGenerator extends Component<Props> {
return (
<WebView
source={{ uri: serverUrl as string }}
style={{ borderRadius: 20 }}
onNavigationStateChange={this.handleStateChange}
onMessage={this.handleMessage}
ref={this.ref}