Skip to content

Commit ca2a57a

Browse files
authored
fix(devtools): code color is not inherited from panel color (TanStack#3115)
1 parent 3981f52 commit ca2a57a

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
@@ -65,6 +65,7 @@ export const QueryKey = styled('span', {
6565

6666
export const Code = styled('code', {
6767
fontSize: '.9em',
68+
color: 'inherit',
6869
})
6970

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

0 commit comments

Comments
 (0)