Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/ createStyles
Function
createStyles
packages/devtools-a11y/src/core/styles/styles.ts:551–556 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
549
}
550
551
export
function
createStyles() {
552
const
{ theme } = createTheme()
553
const
styles = createMemo(() => createA11yPanelStyles(theme()))
554
555
return
styles
556
}
Callers
4
A11yIssueList
Function · 0.90
A11ySettingsOverlay
Function · 0.90
A11yIssueCard
Function · 0.90
Shell
Function · 0.90
Calls
2
createTheme
Function · 0.90
createA11yPanelStyles
Function · 0.85
Tested by
no test coverage detected