From 6f44abee35437e4cd51b3f60819f1b6017e6df34 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 24 Apr 2025 11:46:23 -0500 Subject: Verification UI tweaks (#8276) * Prevent issuing verifications for users without display names * Wait for success before closing, show errors * Update icons * WIP adjust size * Adjust check size in feeds * Add back unused icon * Format --- src/components/Prompt.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/components/Prompt.tsx') diff --git a/src/components/Prompt.tsx b/src/components/Prompt.tsx index ed8c15f15..f21c98ff8 100644 --- a/src/components/Prompt.tsx +++ b/src/components/Prompt.tsx @@ -52,9 +52,7 @@ export function Outer({ + style={[gtMobile ? {width: 400} : a.w_full]}> {children} -- cgit 1.4.1