Fix px on suffix/prefix (#4395)

This commit is contained in:
sean-brydon
2022-09-12 13:43:09 +00:00
committed by GitHub
parent 869ebb092b
commit 27f58c70d3
+2 -2
View File
@@ -205,8 +205,8 @@ const InputField = forwardRef<HTMLInputElement, InputFieldProps>(function InputF
className={classNames(
"h-9 border border-gray-300",
addOnFilled && "bg-gray-100",
addOnLeading && "rounded-l-md border-r-0",
addOnSuffix && "border-l-0"
addOnLeading && "rounded-l-md border-r-0 px-3",
addOnSuffix && "border-l-0 px-3"
)}>
<div
className={classNames(