mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 20:52:23 +03:00
link: add 'lh-solid' to headers
This commit is contained in:
parent
7ec75dcd62
commit
831b93dc4e
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user