Skip to content

Commit

Permalink
fix: stack frame text color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 22, 2024
1 parent e06cd47 commit 668b8cf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export const styles = css`
margin-bottom: var(--size-gap);
font-family: var(--font-stack-monospace);
font-size: var(--size-font);
color: #222;
}
[data-nextjs-call-stack-frame] > h3[data-nextjs-frame-expanded='false'] {
color: #666;
Expand Down

0 comments on commit 668b8cf

Please sign in to comment.