diff options
Diffstat (limited to 'src/components/MediaPreview.tsx')
-rw-r--r-- | src/components/MediaPreview.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/MediaPreview.tsx b/src/components/MediaPreview.tsx index 28609c6f4..9a05b54df 100644 --- a/src/components/MediaPreview.tsx +++ b/src/components/MediaPreview.tsx @@ -170,6 +170,6 @@ const styles = StyleSheet.create({ alt: { color: 'white', fontSize: 7, - fontWeight: 'bold', + fontWeight: '600', }, }) |