From c9d1cadf0ab994beed7e3e49a2ff9077df007cd4 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 4 Mar 2024 11:12:11 -0600 Subject: [PATCH] Improve a11y on ios --- src/components/Dialog/index.tsx | 69 ++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index ef4f4741b0..7fc90a1584 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -146,38 +146,43 @@ export function Outer({ return ( isOpen && ( - - - - {children} - - + + + + + {children} + + + ) )