Skip to content

Commit

Permalink
[dev-overlay] fix link styling on hydration errors (#75792)
Browse files Browse the repository at this point in the history
Fix the link style to match the design

#### After

<img width="707" alt="image"
src="https://github.com/user-attachments/assets/a9734833-8e28-4bfd-9155-b39a06fc275c"
/>

#### Before
<img width="693" alt="image"
src="https://github.com/user-attachments/assets/a089af37-e8b0-490c-842c-f4fa9bca9275"
/>
  • Loading branch information
huozhi authored Feb 7, 2025
1 parent 1134ba7 commit 2a1fb9d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ export const styles = css`
bottom: calc(var(--size-gap-double) * 4.5);
}
p.nextjs__container_errors__link {
color: var(--color-red-900);
font-weight: 600;
font-size: 14px;
}
p.nextjs__container_errors__notes {
Expand Down

0 comments on commit 2a1fb9d

Please sign in to comment.