Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/form
/ t
Function
t
packages/form-devtools/src/styles/use-styles.ts:10–10 ·
view source on GitHub ↗
(light: string, dark: string)
Source
from the content-addressed store, hash-verified
8
const
{ fontFamily, size: fontSize } = font
9
const
css = goober.css
10
const
t = (light: string, dark: string) => (theme ===
'light'
? light : dark)
11
12
return
{
13
mainContainer: css`
Callers
1
stylesFactory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected