mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
GroupPane: description defaults to regular font size
This commit is contained in:
parent
75c90ea4a5
commit
f8d8e250c9
@ -206,7 +206,7 @@ export function GroupsPane(props: GroupsPaneProps) {
|
|||||||
resource={groupAssociation.group}
|
resource={groupAssociation.group}
|
||||||
/>;
|
/>;
|
||||||
} else {
|
} else {
|
||||||
summary = (<Box p="4"><Text fontSize="0" color='gray'>
|
summary = (<Box p="4"><Text color='gray'>
|
||||||
Create or select a channel to get started
|
Create or select a channel to get started
|
||||||
</Text></Box>);
|
</Text></Box>);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user