Fun picker fixes

This commit is contained in:
Jamie Kyle
2025-03-26 17:14:29 -07:00
committed by GitHub
parent 58da01ed51
commit 5e61230a24
6 changed files with 15 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ export function DraftGifMessageSendModal(
state={props.gifDownloadState.loadingState}
width={props.gifSelection.width}
height={props.gifSelection.height}
maxHeight={200}
maxHeight={256}
aria-label={props.gifSelection.title}
aria-describedby={descriptionId}
/>