mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 19:05:48 +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;
|
||||
|
||||
return (
|
||||
<Col overflowY="auto" p={3}>
|
||||
<Col overflowY="auto" p={3} backgroundColor="white">
|
||||
<Box pb='3' display={['block', 'none']} onClick={() => history.push(props.baseUrl)}>
|
||||
<Text fontSize='0' bold>{'<- Back'}</Text>
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user