Decrease width of hidden icon

This commit is contained in:
jeffvli 2022-12-26 05:11:14 -08:00
parent d2ab8b470d
commit feb4839ccd

View file

@ -20,7 +20,7 @@ export const SearchInput = ({
const mergedRef = useMergedRef<HTMLInputElement>(ref);
const isOpened = focused || ref.current?.value;
const showIcon = !isOpened || (openedWidth || 150) > 150;
const showIcon = !isOpened || (openedWidth || 100) > 100;
useHotkeys([
[