styling css gloablization
This commit is contained in:
@@ -188,7 +188,7 @@ export const ListRadioItem: React.FC<ListRadioItemProps> = ({
|
||||
onChange={(e) => onChange?.(e.target.value)}
|
||||
/>
|
||||
<span className={`mr-2 flex h-4 w-4 items-center justify-center rounded-full border ${checked ? "border-brand-500 bg-brand-500" : "bg-transparent border-gray-300 dark:border-gray-700"}`}>
|
||||
<span className="h-1.5 w-1.5 rounded-full bg-white dark:bg-[#1e2636]"></span>
|
||||
<span className="h-1.5 w-1.5 rounded-full bg-white dark:bg-gray-800"></span>
|
||||
</span>
|
||||
</span>
|
||||
{label}
|
||||
|
||||
Reference in New Issue
Block a user