diff options
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r-- | src/view/screens/Settings.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index 3f6fa84d3..428822339 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -571,6 +571,8 @@ const styles = StyleSheet.create({ flexDirection: 'row', }, selectableBtn: { + flex: isDesktopWeb ? undefined : 1, + width: isDesktopWeb ? 100 : undefined, flexDirection: 'row', justifyContent: 'center', borderWidth: 1, |