From a152e7f3e96e2962d50682e998797e5039d7caa0 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 28 Jul 2026 15:07:43 +0300 Subject: [PATCH] make e2e controls tappable --- src/view/com/testing/TestCtrls.e2e.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/com/testing/TestCtrls.e2e.tsx b/src/view/com/testing/TestCtrls.e2e.tsx index c847a33657..0572c1dd2b 100644 --- a/src/view/com/testing/TestCtrls.e2e.tsx +++ b/src/view/com/testing/TestCtrls.e2e.tsx @@ -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 in @@ -69,7 +69,7 @@ export function TestCtrls() { setShowLoggedOut(false) } return ( - + {isProxyConfigured && ( <>