minor fixes in ui for tabs

This commit is contained in:
ammarahm-ed
2020-02-22 20:00:57 +05:00
parent f9997b9f84
commit cb752f3e37
10 changed files with 52 additions and 7 deletions

View File

@@ -156,6 +156,7 @@ class MoveNoteDialog extends React.Component {
...getElevation(DDS.isTab ? 10 : 0),
width: DDS.isTab ? '65%' : '100%',
height: DDS.isTab ? '90%' : '100%',
flex: 1,
borderRadius: DDS.isTab ? 5 : 0,
backgroundColor: colors.bg,
padding: DDS.isTab ? 8 : 0,