feat: preview modal, style: issues page

This commit is contained in:
Aaryan Khandelwal 2022-11-25 22:54:49 +05:30
parent d2cc452de8
commit 9e8afcf50a
14 changed files with 555 additions and 387 deletions

View file

@ -54,7 +54,7 @@ const TextArea: React.FC<Props> = ({
setTextareaValue(e.target.value);
}}
className={classNames(
"w-full outline-none px-3 py-2",
"w-full outline-none px-3 py-2 bg-transparent",
mode === "primary" ? "border border-gray-300 rounded-md" : "",
mode === "transparent"
? "bg-transparent border-none transition-all ring-0 focus:ring-1 focus:ring-indigo-600 rounded"