mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
hero height change
This commit is contained in:
parent
daafdeedc2
commit
aabf3e18ef
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { Dimensions } from 'react-native';
|
|||
const { width, height } = Dimensions.get('window');
|
||||
|
||||
// Hero section height - 85% of screen height (matching Apple TV style)
|
||||
export const HERO_HEIGHT = height * 0.70;
|
||||
export const HERO_HEIGHT = height * 0.65;
|
||||
|
||||
// Screen dimensions
|
||||
export const SCREEN_WIDTH = width;
|
||||
|
|
|
|||
Loading…
Reference in a new issue