()
| 158 | |
| 159 | // Casting theme value to get autocompletion |
| 160 | export const useTheme = (): Theme => useThemeBase() as Theme; |
| 161 | |
| 162 | export const platformColors = { |
| 163 | background: BlueDefaultTheme.colors.background, |
no outgoing calls
no test coverage detected