Allow users to cancel out of theme selector (#310)

This commit is contained in:
Miguel Solorio
2025-05-13 07:41:32 -07:00
committed by GitHub
parent 7d8392bab4
commit 61ccd4f33a
2 changed files with 9 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ export const App = ({ config, settings, cliVersion }: AppProps) => {
onSelect={handleThemeSelect}
onHighlight={handleThemeHighlight}
settings={settings}
setQuery={setQuery}
/>
</Box>
) : (