Skip to content

Commit

Permalink
fix(devtools): code color is not inherited from panel color (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Dec 23, 2021
1 parent 3981f52 commit ca2a57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devtools/styledComponents.ts
Expand Up @@ -65,6 +65,7 @@ export const QueryKey = styled('span', {

export const Code = styled('code', {
fontSize: '.9em',
color: 'inherit',
})

export const Input = styled('input', (_props, theme) => ({
Expand Down

1 comment on commit ca2a57a

@vercel
Copy link

@vercel vercel bot commented on ca2a57a Dec 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.