about summary refs log tree commit diff
path: root/src/components/video
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-09-13 12:44:42 -0700
committerGitHub <noreply@github.com>2024-09-13 12:44:42 -0700
commit26508cfe6a89df4ae1ab1256753faa860597bbc8 (patch)
tree8f0bf4e8f65863ddbe8d1ede7df3fd342e6ab69b /src/components/video
parent78a531f5ffe9287b5384ec1649dfbc45435ced28 (diff)
downloadvoidsky-26508cfe6a89df4ae1ab1256753faa860597bbc8.tar.zst
[Video] Remove `expo-video`, use `bluesky-video` (#5282)
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Diffstat (limited to 'src/components/video')
-rw-r--r--src/components/video/PlayButtonIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/video/PlayButtonIcon.tsx b/src/components/video/PlayButtonIcon.tsx
index 90e93f744..8e0a6bb7a 100644
--- a/src/components/video/PlayButtonIcon.tsx
+++ b/src/components/video/PlayButtonIcon.tsx
@@ -4,7 +4,7 @@ import {View} from 'react-native'
 import {atoms as a, useTheme} from '#/alf'
 import {Play_Filled_Corner0_Rounded as PlayIcon} from '#/components/icons/Play'
 
-export function PlayButtonIcon({size = 36}: {size?: number}) {
+export function PlayButtonIcon({size = 32}: {size?: number}) {
   const t = useTheme()
   const bg = t.name === 'light' ? t.palette.contrast_25 : t.palette.contrast_975
   const fg = t.name === 'light' ? t.palette.contrast_975 : t.palette.contrast_25