feat: views added to cycles, fix: overflowing issues

This commit is contained in:
Aaryan Khandelwal 2022-12-13 21:22:44 +05:30
commit 9c18f6fc71
94 changed files with 5316 additions and 2277 deletions

View file

@ -131,7 +131,7 @@ const CustomListbox: React.FC<Props> = ({
? value.includes(option.value)
: value === option.value)
? "text-white"
: "text-indigo-600"
: "text-theme"
}`}
>
<CheckIcon className="h-5 w-5" aria-hidden="true" />