Page MenuHomePhabricator

D6035.id20115.diff
No OneTemporary

D6035.id20115.diff

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
@@ -150,7 +150,7 @@
setLoading(false);
}, []);
- const handleStyle = React.useMemo(
+ const backgroundStyle = React.useMemo(
() => ({
backgroundColor: '#242529',
}),
@@ -178,7 +178,7 @@
bottomSheet = (
<BottomSheet
snapPoints={snapPoints}
- backgroundStyle={handleStyle}
+ backgroundStyle={backgroundStyle}
handleIndicatorStyle={bottomSheetHandleIndicatorStyle}
enablePanDownToClose={true}
onChange={onBottomSheetChange}
@@ -188,6 +188,7 @@
source={source}
onMessage={handleMessage}
onLoad={onWebViewLoaded}
+ style={backgroundStyle}
/>
</BottomSheet>
);

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 11:22 AM (10 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2681565
Default Alt Text
D6035.id20115.diff (877 B)

Event Timeline