mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 15:01:38 +03:00
landscape: fix newchannel 'back' in dark mode
This commit is contained in:
parent
b60487ada0
commit
2b41cd7277
@ -127,7 +127,7 @@ export function NewChannel(props: NewChannelProps & RouteComponentProps) {
|
|||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<Col overflowY="auto" p={3}>
|
<Col overflowY="auto" p={3}>
|
||||||
<Box pb='3' display={['block', 'none']} onClick={() => history.push(props.baseUrl)}>
|
<Box color='black' pb='4' display={['block', 'none']} onClick={() => history.push(props.baseUrl)}>
|
||||||
{'<- Back'}
|
{'<- Back'}
|
||||||
</Box>
|
</Box>
|
||||||
<Box fontWeight="bold" mb={4} color="black">
|
<Box fontWeight="bold" mb={4} color="black">
|
||||||
|
Loading…
Reference in New Issue
Block a user