mirror of
https://github.com/balzack/databag.git
synced 2025-04-21 09:05:13 +00:00
more overly debug
This commit is contained in:
parent
ae7edd8fec
commit
6fc0566a90
@ -41,7 +41,7 @@ export function Prompt() {
|
||||
>
|
||||
<View style={styles.modalOverlay}>
|
||||
<View style={styles.modalContainer}>
|
||||
<Text style={styles.modalHeader}>{ display.state.prompt?.title }?</Text>
|
||||
<Text style={styles.modalHeader}>{ display.state.prompt?.title }</Text>
|
||||
<View style={display.state.prompt?.centerButtons ? styles.centerModalButtons : styles.modalButtons}>
|
||||
{ display.state.prompt?.cancel && (
|
||||
<TouchableOpacity style={styles.cancelButton} activeOpacity={1} onPress={display.actions.hidePrompt}>
|
||||
|
@ -6,6 +6,7 @@ export const styles = StyleSheet.create({
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
backgroundColor: '#333333',
|
||||
opacity: 0.8,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
|
Loading…
x
Reference in New Issue
Block a user