mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 03:14:30 +03:00
NewChannel: add background for DMs in dark mode
This commit is contained in:
parent
2be1ee807b
commit
4c6329bb24
@ -113,7 +113,7 @@ export function NewChannel(props: NewChannelProps & RouteComponentProps) {
|
|||||||
const members = group ? Array.from(groups[group]?.members).map(s => `~${s}`) : undefined;
|
const members = group ? Array.from(groups[group]?.members).map(s => `~${s}`) : undefined;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Col overflowY="auto" p={3}>
|
<Col overflowY="auto" p={3} backgroundColor="white">
|
||||||
<Box pb='3' display={['block', 'none']} onClick={() => history.push(props.baseUrl)}>
|
<Box pb='3' display={['block', 'none']} onClick={() => history.push(props.baseUrl)}>
|
||||||
<Text fontSize='0' bold>{'<- Back'}</Text>
|
<Text fontSize='0' bold>{'<- Back'}</Text>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user