diff --git a/src/App.tsx b/src/App.tsx index 052b459..7db9ea4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -103,7 +103,7 @@ export default function App() { // 'checking' / 'redirecting' — brief blank while we check preferences // or hand off to the WebView. return ( -
+
); diff --git a/src/BiometricLock.tsx b/src/BiometricLock.tsx index 06de442..bc480c1 100644 --- a/src/BiometricLock.tsx +++ b/src/BiometricLock.tsx @@ -46,7 +46,7 @@ export default function BiometricLock({ onUnlocked, onFallback }: Props) { return (
-
+
{checking ? (
) : ( diff --git a/src/BiometricSetup.tsx b/src/BiometricSetup.tsx index 306ff14..dcf2800 100644 --- a/src/BiometricSetup.tsx +++ b/src/BiometricSetup.tsx @@ -35,13 +35,13 @@ export default function BiometricSetup({ onDone }: Props) { return (
-
-