From 7fa47ef3c96ff07ef9eaf09df307d931606ca985 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 22 Nov 2024 19:43:32 +0000 Subject: Simplify play icon shadow (#6641) * Simplify play icon shadow * Make it consistent across themes --- src/components/video/PlayButtonIcon.tsx | 36 +++++++++------------------------ 1 file changed, 10 insertions(+), 26 deletions(-) (limited to 'src') diff --git a/src/components/video/PlayButtonIcon.tsx b/src/components/video/PlayButtonIcon.tsx index 84a450767..801cad9b9 100644 --- a/src/components/video/PlayButtonIcon.tsx +++ b/src/components/video/PlayButtonIcon.tsx @@ -9,39 +9,23 @@ export function PlayButtonIcon({size = 32}: {size?: number}) { const fg = t.name === 'light' ? t.palette.contrast_975 : t.palette.contrast_25 return ( - + <> - - + + ) } -- cgit 1.4.1