mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Remove shadow properties from SubtitleModals for cleaner styling
This commit is contained in:
parent
ea488741a8
commit
2ae2d4a828
1 changed files with 0 additions and 5 deletions
|
|
@ -1032,11 +1032,6 @@ export const SubtitleModals: React.FC<SubtitleModalsProps> = ({
|
|||
height: 24,
|
||||
borderRadius: 4,
|
||||
marginRight: 16,
|
||||
elevation: 2,
|
||||
shadowColor: '#000',
|
||||
shadowOffset: { width: 0, height: 1 },
|
||||
shadowOpacity: 0.2,
|
||||
shadowRadius: 2,
|
||||
}}
|
||||
resizeMode="cover"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue