fix lint
This commit is contained in:
parent
1ca5792165
commit
9ef54814f0
1 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,8 @@ const styles = StyleSheet.create({
|
||||||
borderRadius: isMobileWeb ? 0 : 8,
|
borderRadius: isMobileWeb ? 0 : 8,
|
||||||
marginBottom: isMobileWeb ? BOTTOM_BAR_HEIGHT : 0,
|
marginBottom: isMobileWeb ? BOTTOM_BAR_HEIGHT : 0,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
maxHeight: isMobileWeb ? `calc(100% - ${BOTTOM_BAR_HEIGHT}px)` : 'calc(100% - (40px * 2))',
|
maxHeight: isMobileWeb
|
||||||
|
? `calc(100% - ${BOTTOM_BAR_HEIGHT}px)`
|
||||||
|
: 'calc(100% - (40px * 2))',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue