mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
landscape: use styled-system prop instead of tachyons class
Fixes urbit/landscape#435
This commit is contained in:
parent
c272cdfff8
commit
a52a6c3cd9
@ -22,7 +22,7 @@ const ModalButton = (props) => {
|
||||
{...rest}
|
||||
>
|
||||
<Icon icon={props.icon} mr={2} color={color}></Icon>
|
||||
<Text color={color} className='nowrap'>
|
||||
<Text color={color} whiteSpace='nowrap'>
|
||||
{props.text}
|
||||
</Text>
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user