Skip to content

Commit

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

0 comments on commit 3643c8b

Please sign in to comment.