fix: remove padding from Modal
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user