change space between field and text && change type fields

This commit is contained in:
Ehsan
2024-10-23 19:28:56 +03:30
parent 18b1c26699
commit adfe52c531
6 changed files with 25 additions and 21 deletions
@@ -1,6 +1,6 @@
function Content({ isConfirmed, children, title }) {
return (
<div className="flex w-full flex-col items-start justify-start gap-[8px] sm:gap-[10px] md:gap-[13px] lg:gap-[16px]">
<div className="flex w-full flex-col items-start justify-start gap-[8px] sm:gap-[3px] md:gap-[7px] lg:gap-[9px]">
<div className="flex min-h-[32px] items-center justify-start gap-[8px] md:gap-[6px] lg:gap-[4px]">
<p className="text-[#525252] text-[14px] font-medium">{title}</p>
{isConfirmed && (