feat: SW-963 Optimized code

This commit is contained in:
Hrishikesh Vaipurkar
2025-03-05 09:47:12 +01:00
parent 2cd1b6c72c
commit c88b178392
14 changed files with 30 additions and 47 deletions

View File

@@ -38,7 +38,7 @@
*/
top: calc(100% + var(--Spacing-x4));
z-index: 99;
box-shadow: 0 0 14px 6px rgba(0, 0, 0, 0.1);
box-shadow: var(--popup-box-shadow);
max-height: 380px;
height: auto;
}

View File

@@ -15,7 +15,7 @@ import SkeletonShimmer from "@/components/SkeletonShimmer"
import Caption from "@/components/TempDesignSystem/Text/Caption"
import isValidJson from "@/utils/isValidJson"
import Input from "../Input"
import { Input } from "../Input"
import { init, localStorageKey, reducer, sessionStorageKey } from "./reducer"
import SearchList from "./SearchList"