Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3495229
D6035.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
897 B
Referenced Files
None
Subscribers
None
D6035.diff
View Options
diff --git a/native/account/siwe-panel.react.js b/native/account/siwe-panel.react.js
--- a/native/account/siwe-panel.react.js
+++ b/native/account/siwe-panel.react.js
@@ -148,7 +148,7 @@
setLoading(false);
}, []);
- const handleStyle = React.useMemo(
+ const backgroundStyle = React.useMemo(
() => ({
backgroundColor: '#242529',
}),
@@ -176,7 +176,7 @@
bottomSheet = (
<BottomSheet
snapPoints={snapPoints}
- backgroundStyle={handleStyle}
+ backgroundStyle={backgroundStyle}
handleIndicatorStyle={bottomSheetHandleIndicatorStyle}
enablePanDownToClose={true}
onChange={onBottomSheetChange}
@@ -186,6 +186,7 @@
source={source}
onMessage={handleMessage}
onLoad={onWebViewLoaded}
+ style={backgroundStyle}
incognito={true}
/>
</BottomSheet>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 7:50 AM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2681104
Default Alt Text
D6035.diff (897 B)
Attached To
Mode
D6035: [native] Set SIWE WebView background color
Attached
Detach File
Event Timeline
Log In to Comment