cr-ui-lib 1.1.99 → 1.1.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3823,7 +3823,7 @@ function SingleSelectDropdown({
3823
3823
  autoFocus: true,
3824
3824
  onClick: openList,
3825
3825
  className: tailwindMerge.twMerge(
3826
- "input-placeholder-ellipsis w-full pr-[30px] h-[40px] px-2 py-1 rounded-md border border-gray-300 text-sm focus:border-1 focus:border-[#4683B4] focus:outline-none",
3826
+ "input-placeholder-ellipsis w-full pr-[30px] h-[48px] px-2 py-1 rounded-md border border-gray-300 text-sm focus:border-1 focus:border-[#4683B4] focus:outline-none",
3827
3827
  searchInputClass,
3828
3828
  uniqueSearch && "placeholder:opacity-100 placeholder:text-[#131414]"
3829
3829
  ),