got rid of word garbage on import and export button

This commit is contained in:
moist-webDev 2023-06-11 19:59:15 +00:00
parent bf15dc6dfb
commit 3baba5b4eb
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ export default function Settings({theme, changeTheme, themeMode, clearAll, resyn
/> />
</View> </View>
<View style={{...st.row, zIndex:0}}> <View style={{...st.row, zIndex:0}}>
<Button theme={theme} title="Export Data" onPress={handleExport} style={{padding:30, flex:1}}/> <Button theme={theme} title="Export" onPress={handleExport} style={{padding:30, flex:1}}/>
<Button theme={theme} title="Import Data" onPress={handleImport} style={{padding:30, flex:1}}/> <Button theme={theme} title="Import" onPress={handleImport} style={{padding:30, flex:1}}/>
</View> </View>
<View style={{...st.row, zIndex:0}}> <View style={{...st.row, zIndex:0}}>
<Button theme={theme} title="Delete All Data" onPress={() => setDeleteAllModal(true)} style={{width:'100%'}}/> <Button theme={theme} title="Delete All Data" onPress={() => setDeleteAllModal(true)} style={{width:'100%'}}/>