fix(rn,settings-drawer) allow for more width
This commit is contained in:
parent
b9433368ee
commit
19e510a762
|
@ -93,7 +93,8 @@ export const drawerContentOptions = {
|
|||
},
|
||||
drawerStyle: {
|
||||
backgroundColor: BaseTheme.palette.ui12,
|
||||
width: '54%'
|
||||
maxWidth: 400,
|
||||
width: '75%'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue