Redesign settings

This commit is contained in:
mathysPaul
2023-09-19 03:54:12 +02:00
parent bc13c10f1a
commit 1e504c8982
28 changed files with 1917 additions and 693 deletions
@@ -99,13 +99,13 @@ function TabNavigator({
return (
<NavigationContent>
<Row height={'100%'}>
<Row width={'100%'} height={'fit-content'}>
{(!isMobileView || isPanelView) && (
<View
style={[
{
display: 'flex',
flexDirection: 'column',
flexDirection: 'row',
justifyContent: 'flex-start',
borderRightWidth: 1,
borderRightColor: 'lightgray',