Skip to content

Commit 4905590

Browse files
hristo-kanchevBrian Vaughn
authored and
Brian Vaughn
committed
Fixed font family issue in FF. (#16701)
1 parent 35f447d commit 4905590

File tree

1 file changed

+1
-0
lines changed
  • packages/react-devtools-shared/src/devtools/views

1 file changed

+1
-0
lines changed

packages/react-devtools-shared/src/devtools/views/Tooltip.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
border: none;
33
border-radius: 0.25rem;
44
padding: 0.25rem 0.5rem;
5+
font-family: var(--font-family-sans);
56
font-size: 12px;
67
background-color: var(--color-tooltip-background);
78
color: var(--color-tooltip-text);

0 commit comments

Comments
 (0)