mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-24 03:27:43 +00:00
fix(mal): make edit modal background opaque for better visibility
This commit is contained in:
parent
b7c0bc3304
commit
bd432b438c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ export const MalEditModal: React.FC<MalEditModalProps> = ({
|
|||
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
|
||||
style={styles.container}
|
||||
>
|
||||
<View style={[styles.modalContent, { backgroundColor: currentTheme.colors.elevation2 }]}>
|
||||
<View style={[styles.modalContent, { backgroundColor: currentTheme.colors.darkGray || '#1A1A1A' }]}>
|
||||
<View style={styles.header}>
|
||||
<Text style={[styles.title, { color: currentTheme.colors.highEmphasis }]} numberOfLines={1}>
|
||||
Edit {anime.node.title}
|
||||
|
|
|
|||
Loading…
Reference in a new issue