Fix font styles on react dev overlay (#51518)

Fixes font styles change introduced in #49782

### Visuall Diff - After vs Before

<img src="https://github.com/vercel/next.js/assets/4800338/92f6af3a-9728-4dc5-b3d0-b21eefd16164" width="400">
<img src="https://github.com/vercel/next.js/assets/4800338/df88c9dd-b710-4a0a-a1aa-131adb55efa6"  width="400">
This commit is contained in:
Jiachi Liu 2023-06-20 13:36:29 +02:00 committed by GitHub
parent 056ab7918f
commit fc172eeac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 62 deletions

View file

@ -94,30 +94,6 @@ export function Base() {
font-weight: 500;
line-height: 1.5;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
`}
</style>
)

View file

@ -60,25 +60,6 @@ export function Base() {
font-weight: 500;
line-height: 1.5;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
`}
</style>
)

View file

@ -82,25 +82,6 @@ export function Base() {
font-weight: 500;
line-height: 1.5;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
`}
</style>
)