diff --git a/canvas/src/app/orgs/page.tsx b/canvas/src/app/orgs/page.tsx index 81af4fb8f..298ff3aaf 100644 --- a/canvas/src/app/orgs/page.tsx +++ b/canvas/src/app/orgs/page.tsx @@ -118,7 +118,7 @@ export default function OrgsPage() {
Error: {error}
@@ -212,7 +212,7 @@ function AccountBar({ session }: { session: Session }) { // edge cases (jsdom, blocked navigation) where it doesn't. setSigningOut(false); }} - className="rounded border border-line bg-surface-card px-3 py-1 text-xs text-ink hover:bg-surface-card disabled:opacity-50" + className="rounded border border-line bg-surface-card px-3 py-1 text-xs text-ink hover:bg-surface-card disabled:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-1" aria-label="Sign out" > {signingOut ? "Signing out…" : "Sign out"} @@ -439,7 +439,7 @@ function CreateOrgForm({ onCreated }: { onCreated: (slug: string) => void }) { diff --git a/canvas/src/app/page.tsx b/canvas/src/app/page.tsx index 28cb37d96..f854ed770 100644 --- a/canvas/src/app/page.tsx +++ b/canvas/src/app/page.tsx @@ -103,7 +103,7 @@ export default function Home() { setHydrationError(null); window.location.reload(); }} - className="px-4 py-2 bg-accent-strong hover:bg-accent text-white rounded-md text-sm" + className="px-4 py-2 bg-accent-strong hover:bg-accent text-white rounded-md text-sm focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2" > Retry @@ -134,7 +134,7 @@ export default function Home() { setHydrationError(null); window.location.reload(); }} - className="px-4 py-2 bg-accent-strong hover:bg-accent text-white rounded-md text-sm" + className="px-4 py-2 bg-accent-strong hover:bg-accent text-white rounded-md text-sm focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2" > Retry @@ -176,7 +176,7 @@ brew services start redis`}