()
| 147 | } |
| 148 | |
| 149 | export function useTheme() { |
| 150 | return React.useContext(ThemeContext) |
| 151 | } |
| 152 | |
| 153 | export function useColorSchemeVar(values: Partial<Record<string, string>>, fallback: string) { |
| 154 | const {colorScheme = ''} = useTheme() |
no outgoing calls