SetStatusBarModal: prevent flexShrink on mobile

This commit is contained in:
Matilde Park 2021-02-11 21:02:40 -05:00
parent e868ea2db2
commit 63cfde673b

View File

@ -77,9 +77,11 @@ export const SetStatusBarModal = (props) => {
)}
<Row
{...rest}
flexShrink={0}
onClick={() => setModalShown(true)}>
<Text color='black'
cursor='pointer'
flexShrink={0}
fontSize={1}>
Set Status
</Text>