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
This commit is contained in:
Eric Bailey
2025-04-24 11:46:23 -05:00
committed by GitHub
parent e1e936068a
commit 6f44abee35
7 changed files with 66 additions and 34 deletions
+1 -3
View File
@@ -52,9 +52,7 @@ export function Outer({
<Dialog.ScrollableInner
accessibilityLabelledBy={titleId}
accessibilityDescribedBy={descriptionId}
style={[
gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full,
]}>
style={[gtMobile ? {width: 400} : a.w_full]}>
{children}
</Dialog.ScrollableInner>
</Context.Provider>