fix(rn,settings-drawer) allow for more width

This commit is contained in:
Saúl Ibarra Corretgé 2022-01-25 14:15:48 +01:00 committed by Saúl Ibarra Corretgé
parent b9433368ee
commit 19e510a762
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ export const drawerContentOptions = {
},
drawerStyle: {
backgroundColor: BaseTheme.palette.ui12,
width: '54%'
maxWidth: 400,
width: '75%'
}
};