landscape: use styled-system prop instead of tachyons class

Fixes urbit/landscape#435
This commit is contained in:
James Acklin 2021-02-16 17:22:38 -05:00
parent c272cdfff8
commit a52a6c3cd9

View File

@ -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>