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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>
) : (