change space between field and text && change type fields
This commit is contained in:
@@ -6,7 +6,7 @@ function ProgressChange({ data }) {
|
||||
|
||||
return (
|
||||
<li className="flex items-center justify-start gap-3 w-full">
|
||||
<p className="text-[#525252] text-[14px] font-normal w-[118px]">
|
||||
<p className="text-[#525252] text-[14px] font-normal w-[118px] min-w-[120px]">
|
||||
{data.label}
|
||||
</p>
|
||||
<Slider
|
||||
@@ -32,7 +32,9 @@ function ProgressChange({ data }) {
|
||||
},
|
||||
}}
|
||||
/>
|
||||
<p className="text-[#525252] text-[20px] font-medium w-[30px]">{value}</p>
|
||||
<p className="text-[#525252] text-[20px] font-medium w-[30px] min-w-[32px]">
|
||||
{value}
|
||||
</p>
|
||||
</li>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user