mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
SetStatusBarModal: prevent flexShrink on mobile
This commit is contained in:
parent
e868ea2db2
commit
63cfde673b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user