set select fix + screen shot fix

This commit is contained in:
hamid zarghami
2025-07-16 13:03:30 +03:30
parent fe5b7de9b1
commit 2043daae39
6 changed files with 39 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ type Props = {
const Radio: FC<Props> = (props: Props) => {
return (
<div onClick={() => props.onChange(props.value)} className='size-4 cursor-pointer rounded-full bg-[#EAEDF5] flex justify-center items-center'>
<div onClick={() => props.onChange(props.value)} className='size-4 min-w-4 cursor-pointer rounded-full bg-[#EAEDF5] flex justify-center items-center'>
{
props.isActive &&
<div className='size-2 bg-black rounded-full'></div>