forked from github/plane
fix: style and bugs (#644)
* fix: style and bugs * fix: removed unnecessary classes
This commit is contained in:
committed by
GitHub
parent
09d73c5e04
commit
4ab82b9616
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user