Skip to content

Commit

Permalink
fix(devtools): add code element's background (#3287)
Browse files Browse the repository at this point in the history
Prevent code element's backround from being overwritten
  • Loading branch information
artemean committed Feb 12, 2022
1 parent e3df8b1 commit 9b5d18c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devtools/styledComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const QueryKey = styled('span', {
export const Code = styled('code', {
fontSize: '.9em',
color: 'inherit',
background: 'inherit',
})

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

1 comment on commit 9b5d18c

@vercel
Copy link

@vercel vercel bot commented on 9b5d18c Feb 12, 2022

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.