Themes: add themes

This commit is contained in:
He4eT 2021-03-01 00:14:50 +05:00
commit 26760082f9
6 changed files with 132 additions and 17 deletions

View file

@ -84,7 +84,7 @@ export default function ({ currentWindow, inputType, sendMessage }) {
value={inputText}
placeholder={placeholder[inputType]}
autofocus
autocomplete="off"
autocomplete='off'
onDblClick={enterFullscreen}
onInput={({ target: { value } }) => setInputText(value)}
type='search' />