From 2ae2d4a828f6c1504760e6c150c9d94e2741ded7 Mon Sep 17 00:00:00 2001 From: tapframe Date: Tue, 10 Jun 2025 03:22:56 +0530 Subject: [PATCH] Remove shadow properties from SubtitleModals for cleaner styling --- src/components/player/modals/SubtitleModals.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/player/modals/SubtitleModals.tsx b/src/components/player/modals/SubtitleModals.tsx index e5259633..a6671897 100644 --- a/src/components/player/modals/SubtitleModals.tsx +++ b/src/components/player/modals/SubtitleModals.tsx @@ -1032,11 +1032,6 @@ export const SubtitleModals: React.FC = ({ height: 24, borderRadius: 4, marginRight: 16, - elevation: 2, - shadowColor: '#000', - shadowOffset: { width: 0, height: 1 }, - shadowOpacity: 0.2, - shadowRadius: 2, }} resizeMode="cover" />