Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/devtools
/ t
Function
t
packages/devtools/src/styles/use-styles.ts:86–86 ·
view source on GitHub ↗
(light: string, dark: string)
Source
from the content-addressed store, hash-verified
84
const
{ fontFamily, size: fontSize } = font
85
const
css = goober.css
86
const
t = (light: string, dark: string) => (theme ===
'light'
? light : dark)
87
88
return
{
89
seoTabContainer: css`
Callers
1
stylesFactory
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected