mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed owners header font family too
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
border-top: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.OwnersHeader {
|
||||
font-family: var(--font-family-sans);
|
||||
}
|
||||
|
||||
.Component,
|
||||
.Owner {
|
||||
overflow: hidden;
|
||||
|
||||
@@ -184,7 +184,7 @@ function InspectedElementView({
|
||||
|
||||
{ownerStack.length === 0 && owners !== null && owners.length > 0 && (
|
||||
<div className={styles.Owners}>
|
||||
<div>owner stack</div>
|
||||
<div className={styles.OwnersHeader}>owner stack</div>
|
||||
{owners.map(owner => (
|
||||
<OwnerView
|
||||
key={owner.id}
|
||||
|
||||
Reference in New Issue
Block a user