fix: style and bugs (#644)

* fix: style and bugs

* fix: removed unnecessary classes
This commit is contained in:
Kunal Vishwakarma
2023-03-31 16:03:25 +05:30
committed by GitHub
parent 09d73c5e04
commit 4ab82b9616
7 changed files with 17 additions and 13 deletions

View File

@@ -115,7 +115,7 @@ export const SingleViewItem: React.FC<Props> = ({
setSelectedView(view);
}}
>
<span className="flex items-center justify-start gap-2 text-gray-800">
<span className="flex items-center justify-start gap-2">
<TrashIcon className="h-4 w-4" />
<span>Delete</span>
</span>