(newTheme: ThemeSetting)
| 70 | } |
| 71 | } |
| 72 | function handleThemeSelection(newTheme: ThemeSetting) { |
| 73 | setTheme(newTheme); |
| 74 | goToNextStep(); |
| 75 | } |
| 76 | const exitState = useExitOnCtrlCDWithKeybindings(); |
| 77 | |
| 78 | // Define all onboarding steps |
nothing calls this directly
no test coverage detected