mirror of
https://github.com/balzack/databag.git
synced 2025-04-22 01:25:17 +00:00
fixing fdroid build
This commit is contained in:
parent
7d3b09da04
commit
b14b833b13
@ -87,7 +87,7 @@ const DarkColors = {
|
||||
areaBase: '#444444',
|
||||
modalBase: '#1b1b1b',
|
||||
modalBorder: '#555555',
|
||||
modalOverlay: 'rgba(88,88,88,0.8)',
|
||||
modalOverlay: 'rgba(0,0,0,0,0.8)',
|
||||
headerBar: '#555555',
|
||||
primaryButton: '#448866',
|
||||
primaryButtonText: '#ffffff',
|
||||
|
@ -73,7 +73,7 @@ export function Prompt() {
|
||||
supportedOrientations={['portrait', 'landscape']}
|
||||
onRequestClose={display.actions.hideAlert}
|
||||
>
|
||||
<View styles={styles.blur} />
|
||||
<View styles={styles.blur}>
|
||||
<View style={styles.modalContainer}>
|
||||
<Text style={styles.modalHeader}>{ display.state.alert?.title }</Text>
|
||||
<Text style={styles.modalMessage}>{ display.state.alert?.message }</Text>
|
||||
@ -81,7 +81,7 @@ export function Prompt() {
|
||||
<Text style={styles.okButtonText}>{ display.state.alert?.ok }</Text>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
</BlurView>
|
||||
</View>
|
||||
</Modal>
|
||||
</>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user