()
| 41 | } |
| 42 | |
| 43 | export function resetCurrentTitleBarOverlayColor(): void { |
| 44 | currentTitleBarOverlayColor = null |
| 45 | } |
| 46 | |
| 47 | function getReadableSymbolColor(hexColor: string): string { |
| 48 | const match = /^#([0-9a-f]{6})$/i.exec(hexColor) |
no outgoing calls
no test coverage detected