Fix video alt text (#10947)

This commit is contained in:
Zaven477
2026-06-26 00:12:08 +04:00
committed by GitHub
parent 46f5437faa
commit 1cc39c65f5
4 changed files with 9 additions and 71 deletions
@@ -74,7 +74,7 @@ export function GifPresentationControls({
)
}
function AltBadge({text}: {text: string}) {
export function AltBadge({text}: {text: string}) {
const control = Prompt.usePromptControl()
const {_} = useLingui()
@@ -131,7 +131,7 @@ const styles = StyleSheet.create({
paddingVertical: 3,
position: 'absolute',
right: 6,
bottom: 6,
top: 6,
zIndex: 2,
},
})