make e2e controls tappable

This commit is contained in:
Samuel Newman
2026-07-28 15:07:43 +03:00
parent 507d3a1d21
commit a152e7f3e9
+2 -2
View File
@@ -16,7 +16,7 @@ LogBox.ignoreAllLogs()
* of the tests dramatically.
*/
const BTN = {height: 1, width: 1, backgroundColor: 'red'}
const BTN = {height: 16, width: 16}
/*
* This component is mounted inside <Fragment key={currentAccount?.did}> in
@@ -69,7 +69,7 @@ export function TestCtrls() {
setShowLoggedOut(false)
}
return (
<View style={{position: 'absolute', top: 100, right: 0, zIndex: 100}}>
<View style={{position: 'absolute', top: 100, right: 8, zIndex: 100}}>
{isProxyConfigured && (
<>
<Pressable