mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +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,
|
height: 24,
|
||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
marginRight: 16,
|
marginRight: 16,
|
||||||
elevation: 2,
|
|
||||||
shadowColor: '#000',
|
|
||||||
shadowOffset: { width: 0, height: 1 },
|
|
||||||
shadowOpacity: 0.2,
|
|
||||||
shadowRadius: 2,
|
|
||||||
}}
|
}}
|
||||||
resizeMode="cover"
|
resizeMode="cover"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue