GroupPane: description defaults to regular font size

This commit is contained in:
Matilde Park 2021-02-25 19:18:48 -05:00
parent 75c90ea4a5
commit f8d8e250c9

View File

@ -206,7 +206,7 @@ export function GroupsPane(props: GroupsPaneProps) {
resource={groupAssociation.group}
/>;
} 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
</Text></Box>);
}