Skip to content

Commit 60f1468

Browse files
authored
Devtools: add code element's backround
Prevent code element's backround from being overwritten
1 parent d8c46ce commit 60f1468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devtools/styledComponents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const QueryKey = styled('span', {
6666
export const Code = styled('code', {
6767
fontSize: '.9em',
6868
color: 'inherit',
69+
background: 'inherit',
6970
})
7071

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

0 commit comments

Comments
 (0)