From 31868b255f7be001821e03033b3bdd1070ea28cf Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 15 May 2024 09:50:16 -0700 Subject: [🐴] Tweak list on mobile web (#3958) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * mobile web tweaks chat screen * revert a change * remove unnecessary prop * Spacing tweaks --------- Co-authored-by: Eric Bailey --- src/components/dms/ActionsWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/dms/ActionsWrapper.tsx') diff --git a/src/components/dms/ActionsWrapper.tsx b/src/components/dms/ActionsWrapper.tsx index 9c58b6214..3b9a56bdc 100644 --- a/src/components/dms/ActionsWrapper.tsx +++ b/src/components/dms/ActionsWrapper.tsx @@ -79,7 +79,7 @@ export function ActionsWrapper({ hitSlop={HITSLOP_10}> {children} - + ) } -- cgit 1.4.1