ThemeProviderProps
Defined in: src/theme/ThemeProvider.tsx:9
Properties
children
children:
ReactNode
Defined in: src/theme/ThemeProvider.tsx:10
globalScrollbars?
optionalglobalScrollbars:boolean
Defined in: src/theme/ThemeProvider.tsx:21
When true, apply Entangle’s dark-theme scrollbar styling globally
(thin 8px track, muted thumb). The class is added to
document.body and removed on unmount.
Opt-in by design: many app shells run alongside other UI frameworks where forcing scrollbar styles would be invasive.
Default
false