change design in norder

This commit is contained in:
hamid zarghami
2026-07-01 09:02:29 +03:30
parent 4fc7d19766
commit e6b3610bfc
2 changed files with 31 additions and 42 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ type Props = {
const RadioGroup: FC<Props> = (props: Props) => {
return (
<div className='flex gap-5 items-center text-xs'>
<div className='flex flex-wrap gap-5 items-center text-xs'>
{
props.items.map((item, index) => (
<div key={index} className='flex gap-2 items-center'>