filter search + primary color + logo + ...
This commit is contained in:
@@ -11,7 +11,7 @@ const Radio: FC<Props> = (props: Props) => {
|
||||
<div onClick={() => props.onChange(props.value)} className='size-4 cursor-pointer rounded-full bg-[#EAEDF5] flex justify-center items-center'>
|
||||
{
|
||||
props.isActive &&
|
||||
<div className='size-2 bg-black rounded-full'></div>
|
||||
<div className='size-2 bg-primary rounded-full'></div>
|
||||
}
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user