Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ darkStyles
Function
darkStyles
packages/query-devtools/src/Devtools.tsx:3657–3657 ·
view source on GitHub ↗
(css: (typeof goober)['css'])
Source
from the content-addressed store, hash-verified
3655
3656
const lightStyles = (css: (typeof goober)[
'css'
]) => stylesFactory(
'light'
, css)
3657
const darkStyles = (css: (typeof goober)[
'css'
]) => stylesFactory(
'dark'
, css)
Callers
12
Devtools
Function · 0.70
PiPPanel
Function · 0.70
ParentPanel
Function · 0.70
DraggablePanel
Function · 0.70
ContentView
Function · 0.70
QueryRow
Function · 0.70
MutationRow
Function · 0.70
QueryStatusCount
Function · 0.70
MutationStatusCount
Function · 0.70
QueryStatus
Function · 0.70
QueryDetails
Function · 0.70
MutationDetails
Function · 0.70
Calls
1
stylesFactory
Function · 0.70
Tested by
no test coverage detected