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

@@ -14,7 +14,6 @@ const Background = styled.View`
const Container = styled.View<Pick<Props, 'fullSize'>>`
margin: auto 20px;
padding: 4px;
border-radius: 12px;
flex: 0 0 auto;
background: salmon;

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}