changes in customization texts and small changes to styling

This commit is contained in:
wunderfisch
2024-02-26 13:28:43 +01:00
parent 7ca8d3c611
commit eac0b81b70
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -34,10 +34,10 @@ AppSwitch.propTypes = {
const styles = StyleSheet.create({
container: {
...Containers.rowContainer,
marginTop: Spacing.tiny,
},
switch: {
flex: 1,
marginBottom: Spacing.tiny,
transform:
Platform.OS === 'ios'
? [{ scaleX: 0.8 }, { scaleY: 0.8 }]