Skip to content

Commit

Permalink
search results | selected resources font size
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Dec 2, 2020
1 parent 8f721d9 commit 9d7b824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/ResourcesHorizontal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ResourcesHorizontal = props => {
{resource.icon}
</Avatar>
}
title={<span style={isActive ? {fontSize: '20px', fontWeight: 'bold'} : {}}>{resource.label}</span>}
title={<span style={isActive ? {fontSize: '16px', fontWeight: 'bold'} : {}}>{resource.label}</span>}
subheader={isLoading ? inProgress : count}
/>
</Card>
Expand Down

0 comments on commit 9d7b824

Please sign in to comment.