fix background color
This commit is contained in:
parent
a6548d6ba2
commit
eced6df28c
|
@ -112,7 +112,7 @@ const CannedResponseDetail = ({ navigation, route }: ICannedResponseDetailProps)
|
|||
|
||||
return (
|
||||
<SafeAreaView>
|
||||
<ScrollView contentContainerStyle={[styles.scroll, { backgroundColor: themes[theme].surfaceLight }]}>
|
||||
<ScrollView contentContainerStyle={[styles.scroll, { backgroundColor: themes[theme].surfaceTint }]}>
|
||||
<StatusBar />
|
||||
<View style={styles.container}>
|
||||
<Item label={I18n.t('Shortcut')} content={`!${cannedResponse?.shortcut}`} theme={theme} />
|
||||
|
|
Loading…
Reference in New Issue