From 37e7bcfa31550ab552e5aa1f2badb3820211e656 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 24 Jul 2026 14:44:56 +0300 Subject: [PATCH] ensure switch account options is pressable --- .gitignore | 3 +++ src/screens/Settings/Settings.tsx | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4ce9e397dc..ebe76a7705 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,6 @@ bskyweb/static/media/*.svg # superpowers plugin plans/specs — local-only workspace docs/superpowers/ .claude/worktrees + +# pnpm +.pnpm-store diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx index 405f1136e6..34ffa8fb7b 100644 --- a/src/screens/Settings/Settings.tsx +++ b/src/screens/Settings/Settings.tsx @@ -649,6 +649,7 @@ function AccountRow({ {...props} style={[ a.absolute, + a.z_10, {top: 10, right: tokens.space.lg}, a.p_xs, a.rounded_full,