fix: style and bugs (#644)
* fix: style and bugs * fix: removed unnecessary classes
This commit is contained in:
parent
09d73c5e04
commit
4ab82b9616
7 changed files with 17 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue