change orders list design

This commit is contained in:
hamid zarghami
2025-12-08 11:20:02 +03:30
parent 6653cba5a0
commit 1522adf388
2 changed files with 74 additions and 44 deletions
+2 -1
View File
@@ -22,10 +22,11 @@ function RateSelectionBar({ name, content = defaultContent, className = '' }: Pr
return (
<div className={`${className}`}>
<div className='relative w-full h-3 rounded-full'>
<Slider
<Slider
min={1}
max={content.length}
name={name}
defaultValue={[5]}
/>
</div>
<div className="flex justify-between items-center mt-2">