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'>>`
|
const Container = styled.View<Pick<Props, 'fullSize'>>`
|
||||||
margin: auto 20px;
|
margin: auto 20px;
|
||||||
padding: 4px;
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
background: salmon;
|
background: salmon;
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ class CredentialGenerator extends Component<Props> {
|
|||||||
return (
|
return (
|
||||||
<WebView
|
<WebView
|
||||||
source={{ uri: serverUrl as string }}
|
source={{ uri: serverUrl as string }}
|
||||||
style={{ borderRadius: 20 }}
|
|
||||||
onNavigationStateChange={this.handleStateChange}
|
onNavigationStateChange={this.handleStateChange}
|
||||||
onMessage={this.handleMessage}
|
onMessage={this.handleMessage}
|
||||||
ref={this.ref}
|
ref={this.ref}
|
||||||
|
|||||||
Reference in New Issue
Block a user