link: add 'lh-solid' to headers

This commit is contained in:
Matilde Park 2020-03-05 21:01:30 -05:00
parent 7ec75dcd62
commit 831b93dc4e
3 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ export class Links extends Component {
sidebarShown={props.sidebarShown}
popout={props.popout}/>
<Link to={makeRoutePath(props.resourcePath, props.popout, props.page)} className="pt2">
<h2 className={`dib f9 fw4 v-top`}>
<h2 className={`dib f9 fw4 lh-solid v-top`}>
{props.resource.metadata.title}
</h2>
</Link>

View File

@ -56,7 +56,7 @@ export class MemberScreen extends Component {
<Link to={makeRoutePath(props.resourcePath, props.popout)}
className="pt2 white-d">
<h2
className="dib f9 fw4 v-top"
className="dib f9 fw4 lh-solid v-top"
style={{ width: "max-content" }}>
{props.resource.metadata.title}
</h2>

View File

@ -250,7 +250,7 @@ export class SettingsScreen extends Component {
<Link to={makeRoutePath(props.resourcePath, props.popout)}
className="pt2 white-d">
<h2
className="dib f9 fw4 v-top"
className="dib f9 fw4 lh-solid v-top"
style={{ width: "max-content" }}>
{props.resource.metadata.title}
</h2>